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/S5/timelines/H1_CW_CAT1/segments?format=api&page=253
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=252",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 253,
    "results": [
        {
            "start": 848252560,
            "stop": 848253344
        },
        {
            "start": 848253347,
            "stop": 848253392
        },
        {
            "start": 848253396,
            "stop": 848255928
        },
        {
            "start": 848259237,
            "stop": 848259238
        },
        {
            "start": 848288972,
            "stop": 848302484
        },
        {
            "start": 848302492,
            "stop": 848304461
        },
        {
            "start": 848304465,
            "stop": 848304480
        },
        {
            "start": 848304484,
            "stop": 848304490
        },
        {
            "start": 848304504,
            "stop": 848304573
        },
        {
            "start": 848304576,
            "stop": 848304666
        },
        {
            "start": 848304674,
            "stop": 848304708
        },
        {
            "start": 848304712,
            "stop": 848304723
        },
        {
            "start": 848304731,
            "stop": 848304805
        },
        {
            "start": 848304809,
            "stop": 848304814
        },
        {
            "start": 848304818,
            "stop": 848304829
        },
        {
            "start": 848304833,
            "stop": 848304849
        },
        {
            "start": 848304852,
            "stop": 848304873
        },
        {
            "start": 848304876,
            "stop": 848304883
        },
        {
            "start": 848304900,
            "stop": 848304916
        },
        {
            "start": 848304925,
            "stop": 848304935
        }
    ]
}