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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=157",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 158,
    "results": [
        {
            "start": 817256460,
            "stop": 817256520
        },
        {
            "start": 817256580,
            "stop": 817256663
        },
        {
            "start": 817256694,
            "stop": 817256700
        },
        {
            "start": 817256760,
            "stop": 817256836
        },
        {
            "start": 817256880,
            "stop": 817257000
        },
        {
            "start": 817257020,
            "stop": 817257060
        },
        {
            "start": 817257120,
            "stop": 817257128
        },
        {
            "start": 817257147,
            "stop": 817257155
        },
        {
            "start": 817257175,
            "stop": 817257420
        },
        {
            "start": 817257480,
            "stop": 817257626
        },
        {
            "start": 817257649,
            "stop": 817257660
        },
        {
            "start": 817258950,
            "stop": 817258958
        },
        {
            "start": 817258978,
            "stop": 817259213
        },
        {
            "start": 817259233,
            "stop": 817259340
        },
        {
            "start": 817259400,
            "stop": 817259580
        },
        {
            "start": 817259640,
            "stop": 817259825
        },
        {
            "start": 817259845,
            "stop": 817260000
        },
        {
            "start": 817260060,
            "stop": 817260229
        },
        {
            "start": 817260248,
            "stop": 817260256
        },
        {
            "start": 817260281,
            "stop": 817260313
        }
    ]
}