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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=104",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 105,
    "results": [
        {
            "start": 931344453,
            "stop": 931344465
        },
        {
            "start": 931344467,
            "stop": 931344485
        },
        {
            "start": 931344486,
            "stop": 931344566
        },
        {
            "start": 931344567,
            "stop": 931344571
        },
        {
            "start": 931344572,
            "stop": 931344632
        },
        {
            "start": 931344633,
            "stop": 931344637
        },
        {
            "start": 931344639,
            "stop": 931344643
        },
        {
            "start": 931344645,
            "stop": 931344775
        },
        {
            "start": 931344776,
            "stop": 931344863
        },
        {
            "start": 931344864,
            "stop": 931344885
        },
        {
            "start": 931344887,
            "stop": 931344898
        },
        {
            "start": 931344899,
            "stop": 931344930
        },
        {
            "start": 931344932,
            "stop": 931344950
        },
        {
            "start": 931344952,
            "stop": 931344964
        },
        {
            "start": 931344968,
            "stop": 931345036
        },
        {
            "start": 931345037,
            "stop": 931345162
        },
        {
            "start": 931345164,
            "stop": 931345173
        },
        {
            "start": 931345177,
            "stop": 931345215
        },
        {
            "start": 931345575,
            "stop": 931345598
        },
        {
            "start": 931345600,
            "stop": 931345633
        }
    ]
}