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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2134",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2135,
    "results": [
        {
            "start": 867143227,
            "stop": 867144076
        },
        {
            "start": 867144376,
            "stop": 867150480
        },
        {
            "start": 867150485,
            "stop": 867162780
        },
        {
            "start": 867162840,
            "stop": 867170833
        },
        {
            "start": 867180705,
            "stop": 867190874
        },
        {
            "start": 867192240,
            "stop": 867206085
        },
        {
            "start": 867206460,
            "stop": 867212083
        },
        {
            "start": 867212193,
            "stop": 867212429
        },
        {
            "start": 867212729,
            "stop": 867246490
        },
        {
            "start": 867246790,
            "stop": 867258925
        },
        {
            "start": 867258930,
            "stop": 867258935
        },
        {
            "start": 867258940,
            "stop": 867275334
        },
        {
            "start": 867275444,
            "stop": 867275906
        },
        {
            "start": 867276206,
            "stop": 867277029
        },
        {
            "start": 867277544,
            "stop": 867278226
        },
        {
            "start": 867279294,
            "stop": 867280605
        },
        {
            "start": 867280905,
            "stop": 867281500
        },
        {
            "start": 867281864,
            "stop": 867285381
        },
        {
            "start": 867285988,
            "stop": 867285989
        },
        {
            "start": 867286099,
            "stop": 867287215
        }
    ]
}