Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1297
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1296",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1297,
    "results": [
        {
            "start": 960261814,
            "stop": 960266986
        },
        {
            "start": 960266988,
            "stop": 960267818
        },
        {
            "start": 960267820,
            "stop": 960267824
        },
        {
            "start": 960267826,
            "stop": 960267836
        },
        {
            "start": 960267840,
            "stop": 960267868
        },
        {
            "start": 960267870,
            "stop": 960267878
        },
        {
            "start": 960267880,
            "stop": 960267921
        },
        {
            "start": 960267923,
            "stop": 960268655
        },
        {
            "start": 960268661,
            "stop": 960272757
        },
        {
            "start": 960272763,
            "stop": 960276192
        },
        {
            "start": 960277270,
            "stop": 960278346
        },
        {
            "start": 960278512,
            "stop": 960281728
        },
        {
            "start": 960281730,
            "stop": 960284896
        },
        {
            "start": 960284898,
            "stop": 960285023
        },
        {
            "start": 960285029,
            "stop": 960290150
        },
        {
            "start": 960298815,
            "stop": 960310504
        },
        {
            "start": 960330275,
            "stop": 960332449
        },
        {
            "start": 960332672,
            "stop": 960335306
        },
        {
            "start": 960338745,
            "stop": 960342079
        },
        {
            "start": 960342085,
            "stop": 960346285
        }
    ]
}