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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3216",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3217,
    "results": [
        {
            "start": 871357260,
            "stop": 871358220
        },
        {
            "start": 871358880,
            "stop": 871358940
        },
        {
            "start": 871359000,
            "stop": 871359300
        },
        {
            "start": 871359360,
            "stop": 871359600
        },
        {
            "start": 871359660,
            "stop": 871367416
        },
        {
            "start": 871367420,
            "stop": 871367438
        },
        {
            "start": 871367443,
            "stop": 871389120
        },
        {
            "start": 871389180,
            "stop": 871391760
        },
        {
            "start": 871391820,
            "stop": 871392482
        },
        {
            "start": 871393624,
            "stop": 871393968
        },
        {
            "start": 871393971,
            "stop": 871393978
        },
        {
            "start": 871394045,
            "stop": 871394400
        },
        {
            "start": 871394880,
            "stop": 871399822
        },
        {
            "start": 871399826,
            "stop": 871401780
        },
        {
            "start": 871401840,
            "stop": 871403415
        },
        {
            "start": 871403420,
            "stop": 871403460
        },
        {
            "start": 871403520,
            "stop": 871404358
        },
        {
            "start": 871404362,
            "stop": 871404363
        },
        {
            "start": 871404370,
            "stop": 871406400
        },
        {
            "start": 871406460,
            "stop": 871406640
        }
    ]
}