Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=35
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=34",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 35,
    "results": [
        {
            "start": 820394444,
            "stop": 820399030
        },
        {
            "start": 820409872,
            "stop": 820420564
        },
        {
            "start": 820420799,
            "stop": 820423008
        },
        {
            "start": 820423203,
            "stop": 820424393
        },
        {
            "start": 820425095,
            "stop": 820426294
        },
        {
            "start": 820426300,
            "stop": 820429981
        },
        {
            "start": 820431584,
            "stop": 820432405
        },
        {
            "start": 820432550,
            "stop": 820433759
        },
        {
            "start": 820435906,
            "stop": 820438509
        },
        {
            "start": 820438614,
            "stop": 820443260
        },
        {
            "start": 820444459,
            "stop": 820450960
        },
        {
            "start": 820451607,
            "stop": 820451731
        },
        {
            "start": 820451803,
            "stop": 820459780
        },
        {
            "start": 820459881,
            "stop": 820473243
        },
        {
            "start": 820473411,
            "stop": 820479591
        },
        {
            "start": 820480322,
            "stop": 820480378
        },
        {
            "start": 820480387,
            "stop": 820481445
        },
        {
            "start": 820481564,
            "stop": 820507980
        },
        {
            "start": 820509989,
            "stop": 820510675
        },
        {
            "start": 820512639,
            "stop": 820522060
        }
    ]
}