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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8213",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8214,
    "results": [
        {
            "start": 971507853,
            "stop": 971507855
        },
        {
            "start": 971507858,
            "stop": 971507902
        },
        {
            "start": 971507908,
            "stop": 971507927
        },
        {
            "start": 971507930,
            "stop": 971507965
        },
        {
            "start": 971507968,
            "stop": 971507978
        },
        {
            "start": 971507981,
            "stop": 971507987
        },
        {
            "start": 971507991,
            "stop": 971508004
        },
        {
            "start": 971508007,
            "stop": 971508016
        },
        {
            "start": 971508022,
            "stop": 971508042
        },
        {
            "start": 971508045,
            "stop": 971508056
        },
        {
            "start": 971508059,
            "stop": 971508085
        },
        {
            "start": 971508088,
            "stop": 971508106
        },
        {
            "start": 971508109,
            "stop": 971508114
        },
        {
            "start": 971508117,
            "stop": 971508127
        },
        {
            "start": 971508130,
            "stop": 971508186
        },
        {
            "start": 971508193,
            "stop": 971508207
        },
        {
            "start": 971508210,
            "stop": 971508236
        },
        {
            "start": 971508239,
            "stop": 971508257
        },
        {
            "start": 971508260,
            "stop": 971508286
        },
        {
            "start": 971508289,
            "stop": 971508318
        }
    ]
}