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=7622
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=7623",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7621",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7622,
    "results": [
        {
            "start": 970827818,
            "stop": 970828159
        },
        {
            "start": 970828162,
            "stop": 970828455
        },
        {
            "start": 970828458,
            "stop": 970828552
        },
        {
            "start": 970828555,
            "stop": 970829013
        },
        {
            "start": 970829016,
            "stop": 970829173
        },
        {
            "start": 970829176,
            "stop": 970829422
        },
        {
            "start": 970829426,
            "stop": 970829558
        },
        {
            "start": 970829561,
            "stop": 970829645
        },
        {
            "start": 970829648,
            "stop": 970829917
        },
        {
            "start": 970829920,
            "stop": 970830555
        },
        {
            "start": 970830558,
            "stop": 970830569
        },
        {
            "start": 970830573,
            "stop": 970830592
        },
        {
            "start": 970830595,
            "stop": 970830871
        },
        {
            "start": 970830874,
            "stop": 970831339
        },
        {
            "start": 970831342,
            "stop": 970831345
        },
        {
            "start": 970831348,
            "stop": 970831416
        },
        {
            "start": 970831419,
            "stop": 970831539
        },
        {
            "start": 970831542,
            "stop": 970833106
        },
        {
            "start": 970833109,
            "stop": 970833678
        },
        {
            "start": 970833681,
            "stop": 970834104
        }
    ]
}