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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=81",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 82,
    "results": [
        {
            "start": 841778138,
            "stop": 841781560
        },
        {
            "start": 841782113,
            "stop": 841792458
        },
        {
            "start": 841793896,
            "stop": 841811482
        },
        {
            "start": 841812417,
            "stop": 841827864
        },
        {
            "start": 841829945,
            "stop": 841863915
        },
        {
            "start": 841864690,
            "stop": 841922205
        },
        {
            "start": 841923751,
            "stop": 841930041
        },
        {
            "start": 841964048,
            "stop": 842037044
        },
        {
            "start": 842039464,
            "stop": 842047001
        },
        {
            "start": 842048134,
            "stop": 842048465
        },
        {
            "start": 842049326,
            "stop": 842103829
        },
        {
            "start": 842105153,
            "stop": 842108386
        },
        {
            "start": 842138863,
            "stop": 842189745
        },
        {
            "start": 842190487,
            "stop": 842200139
        },
        {
            "start": 842200742,
            "stop": 842202002
        },
        {
            "start": 842203175,
            "stop": 842205450
        },
        {
            "start": 842206761,
            "stop": 842219618
        },
        {
            "start": 842220866,
            "stop": 842236254
        },
        {
            "start": 842236917,
            "stop": 842294339
        },
        {
            "start": 842295066,
            "stop": 842295387
        }
    ]
}