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=8113
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=8114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8112",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8113,
    "results": [
        {
            "start": 970825320,
            "stop": 970826599
        },
        {
            "start": 970826602,
            "stop": 970826651
        },
        {
            "start": 970826654,
            "stop": 970827280
        },
        {
            "start": 970827283,
            "stop": 970827815
        },
        {
            "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
        }
    ]
}