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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=216",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 217,
    "results": [
        {
            "start": 817778296,
            "stop": 817778591
        },
        {
            "start": 817778608,
            "stop": 817779909
        },
        {
            "start": 817779929,
            "stop": 817780171
        },
        {
            "start": 817780189,
            "stop": 817780203
        },
        {
            "start": 817780225,
            "stop": 817780393
        },
        {
            "start": 817780422,
            "stop": 817780424
        },
        {
            "start": 817780500,
            "stop": 817780548
        },
        {
            "start": 817780569,
            "stop": 817780601
        },
        {
            "start": 817781289,
            "stop": 817781303
        },
        {
            "start": 817781330,
            "stop": 817781334
        },
        {
            "start": 817781480,
            "stop": 817781573
        },
        {
            "start": 817781735,
            "stop": 817781806
        },
        {
            "start": 817784015,
            "stop": 817784053
        },
        {
            "start": 817784074,
            "stop": 817784082
        },
        {
            "start": 817784111,
            "stop": 817784309
        },
        {
            "start": 817784328,
            "stop": 817784417
        },
        {
            "start": 817784458,
            "stop": 817784871
        },
        {
            "start": 817784911,
            "stop": 817785193
        },
        {
            "start": 817785212,
            "stop": 817785305
        },
        {
            "start": 817785322,
            "stop": 817785647
        }
    ]
}