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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15752",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15750",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15751,
    "results": [
        {
            "start": 971168052,
            "stop": 971168058
        },
        {
            "start": 971168064,
            "stop": 971168065
        },
        {
            "start": 971168068,
            "stop": 971168073
        },
        {
            "start": 971168075,
            "stop": 971168077
        },
        {
            "start": 971168078,
            "stop": 971168079
        },
        {
            "start": 971168080,
            "stop": 971168081
        },
        {
            "start": 971168084,
            "stop": 971168089
        },
        {
            "start": 971168090,
            "stop": 971168093
        },
        {
            "start": 971168099,
            "stop": 971168105
        },
        {
            "start": 971168108,
            "stop": 971168111
        },
        {
            "start": 971168116,
            "stop": 971168119
        },
        {
            "start": 971168121,
            "stop": 971168125
        },
        {
            "start": 971168128,
            "stop": 971168135
        },
        {
            "start": 971168137,
            "stop": 971168145
        },
        {
            "start": 971168149,
            "stop": 971168151
        },
        {
            "start": 971168153,
            "stop": 971168157
        },
        {
            "start": 971168158,
            "stop": 971168160
        },
        {
            "start": 971168162,
            "stop": 971168163
        },
        {
            "start": 971168166,
            "stop": 971168168
        },
        {
            "start": 971168174,
            "stop": 971168177
        }
    ]
}