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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=137",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 138,
    "results": [
        {
            "start": 827765977,
            "stop": 827768890
        },
        {
            "start": 827768948,
            "stop": 827769454
        },
        {
            "start": 827769457,
            "stop": 827769543
        },
        {
            "start": 827772447,
            "stop": 827772503
        },
        {
            "start": 827772758,
            "stop": 827775997
        },
        {
            "start": 827777592,
            "stop": 827778618
        },
        {
            "start": 827778790,
            "stop": 827780692
        },
        {
            "start": 827780828,
            "stop": 827780859
        },
        {
            "start": 827780996,
            "stop": 827781679
        },
        {
            "start": 827782393,
            "stop": 827783013
        },
        {
            "start": 827789378,
            "stop": 827796587
        },
        {
            "start": 827797802,
            "stop": 827800895
        },
        {
            "start": 827801895,
            "stop": 827803151
        },
        {
            "start": 827803230,
            "stop": 827806236
        },
        {
            "start": 827810942,
            "stop": 827814693
        },
        {
            "start": 827814834,
            "stop": 827824864
        },
        {
            "start": 827824866,
            "stop": 827827109
        },
        {
            "start": 827828167,
            "stop": 827840220
        },
        {
            "start": 827841238,
            "stop": 827841651
        },
        {
            "start": 827842082,
            "stop": 827845304
        }
    ]
}