Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7606
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7607",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7605",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7606,
    "results": [
        {
            "start": 970825206,
            "stop": 970825317
        },
        {
            "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
        }
    ]
}