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=2174
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=2175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2173",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2174,
    "results": [
        {
            "start": 870624401,
            "stop": 870625346
        },
        {
            "start": 870626073,
            "stop": 870626940
        },
        {
            "start": 870627000,
            "stop": 870627120
        },
        {
            "start": 870627240,
            "stop": 870628730
        },
        {
            "start": 870637270,
            "stop": 870638127
        },
        {
            "start": 870638133,
            "stop": 870641202
        },
        {
            "start": 870641208,
            "stop": 870642466
        },
        {
            "start": 870642469,
            "stop": 870645426
        },
        {
            "start": 870645844,
            "stop": 870646630
        },
        {
            "start": 870646930,
            "stop": 870648690
        },
        {
            "start": 870648695,
            "stop": 870648705
        },
        {
            "start": 870648710,
            "stop": 870648732
        },
        {
            "start": 870648740,
            "stop": 870652317
        },
        {
            "start": 870652380,
            "stop": 870657000
        },
        {
            "start": 870657060,
            "stop": 870657402
        },
        {
            "start": 870657622,
            "stop": 870701177
        },
        {
            "start": 870701183,
            "stop": 870701207
        },
        {
            "start": 870701213,
            "stop": 870707085
        },
        {
            "start": 870707095,
            "stop": 870707112
        },
        {
            "start": 870707118,
            "stop": 870715907
        }
    ]
}