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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=275",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 276,
    "results": [
        {
            "start": 820541795,
            "stop": 820541836
        },
        {
            "start": 820541839,
            "stop": 820541853
        },
        {
            "start": 820541856,
            "stop": 820542077
        },
        {
            "start": 820542080,
            "stop": 820542199
        },
        {
            "start": 820542203,
            "stop": 820542596
        },
        {
            "start": 820542660,
            "stop": 820543752
        },
        {
            "start": 820543755,
            "stop": 820543830
        },
        {
            "start": 820543834,
            "stop": 820544712
        },
        {
            "start": 820544716,
            "stop": 820544737
        },
        {
            "start": 820546174,
            "stop": 820546387
        },
        {
            "start": 820546390,
            "stop": 820546413
        },
        {
            "start": 820546416,
            "stop": 820546733
        },
        {
            "start": 820546736,
            "stop": 820546857
        },
        {
            "start": 820546861,
            "stop": 820546865
        },
        {
            "start": 820546868,
            "stop": 820547251
        },
        {
            "start": 820547255,
            "stop": 820547391
        },
        {
            "start": 820547395,
            "stop": 820547398
        },
        {
            "start": 820547402,
            "stop": 820547405
        },
        {
            "start": 820547410,
            "stop": 820547572
        },
        {
            "start": 820547575,
            "stop": 820547757
        }
    ]
}