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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=72",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 73,
    "results": [
        {
            "start": 931243222,
            "stop": 931243409
        },
        {
            "start": 931243410,
            "stop": 931243629
        },
        {
            "start": 931243630,
            "stop": 931243645
        },
        {
            "start": 931243646,
            "stop": 931243753
        },
        {
            "start": 931243756,
            "stop": 931243842
        },
        {
            "start": 931243843,
            "stop": 931243909
        },
        {
            "start": 931243910,
            "stop": 931243914
        },
        {
            "start": 931243915,
            "stop": 931243929
        },
        {
            "start": 931243930,
            "stop": 931243939
        },
        {
            "start": 931243940,
            "stop": 931244135
        },
        {
            "start": 931244136,
            "stop": 931244187
        },
        {
            "start": 931244188,
            "stop": 931244197
        },
        {
            "start": 931244198,
            "stop": 931244299
        },
        {
            "start": 931244300,
            "stop": 931244319
        },
        {
            "start": 931244320,
            "stop": 931244390
        },
        {
            "start": 931244391,
            "stop": 931244400
        },
        {
            "start": 931244402,
            "stop": 931244415
        },
        {
            "start": 931244775,
            "stop": 931244859
        },
        {
            "start": 931244860,
            "stop": 931244869
        },
        {
            "start": 931244870,
            "stop": 931245137
        }
    ]
}