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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7583",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7581",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7582,
    "results": [
        {
            "start": 970474556,
            "stop": 970474557
        },
        {
            "start": 970474560,
            "stop": 970474563
        },
        {
            "start": 970474566,
            "stop": 970474575
        },
        {
            "start": 970474579,
            "stop": 970474636
        },
        {
            "start": 970474641,
            "stop": 970474649
        },
        {
            "start": 970474652,
            "stop": 970474656
        },
        {
            "start": 970474659,
            "stop": 970474694
        },
        {
            "start": 970474698,
            "stop": 970474722
        },
        {
            "start": 970489242,
            "stop": 970489243
        },
        {
            "start": 970489248,
            "stop": 970489253
        },
        {
            "start": 970489256,
            "stop": 970489260
        },
        {
            "start": 970489265,
            "stop": 970489267
        },
        {
            "start": 970489270,
            "stop": 970489271
        },
        {
            "start": 970489276,
            "stop": 970489285
        },
        {
            "start": 970489288,
            "stop": 970489298
        },
        {
            "start": 970489301,
            "stop": 970489304
        },
        {
            "start": 970489310,
            "stop": 970489316
        },
        {
            "start": 970489322,
            "stop": 970489323
        },
        {
            "start": 970489330,
            "stop": 970489331
        },
        {
            "start": 970489336,
            "stop": 970489339
        }
    ]
}