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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14857",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14855",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14856,
    "results": [
        {
            "start": 971408894,
            "stop": 971408896
        },
        {
            "start": 971408897,
            "stop": 971408908
        },
        {
            "start": 971408911,
            "stop": 971408912
        },
        {
            "start": 971408914,
            "stop": 971408923
        },
        {
            "start": 971408926,
            "stop": 971408929
        },
        {
            "start": 971408930,
            "stop": 971408934
        },
        {
            "start": 971408935,
            "stop": 971408947
        },
        {
            "start": 971408949,
            "stop": 971408952
        },
        {
            "start": 971408953,
            "stop": 971408954
        },
        {
            "start": 971408955,
            "stop": 971408957
        },
        {
            "start": 971408961,
            "stop": 971408962
        },
        {
            "start": 971408964,
            "stop": 971408981
        },
        {
            "start": 971408983,
            "stop": 971408993
        },
        {
            "start": 971408996,
            "stop": 971409008
        },
        {
            "start": 971409009,
            "stop": 971409011
        },
        {
            "start": 971409013,
            "stop": 971409016
        },
        {
            "start": 971409017,
            "stop": 971409019
        },
        {
            "start": 971409023,
            "stop": 971409025
        },
        {
            "start": 971409027,
            "stop": 971409030
        },
        {
            "start": 971409031,
            "stop": 971409037
        }
    ]
}