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=8295
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=8296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8294",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8295,
    "results": [
        {
            "start": 874073247,
            "stop": 874073301
        },
        {
            "start": 874073320,
            "stop": 874073398
        },
        {
            "start": 874073518,
            "stop": 874073699
        },
        {
            "start": 874073716,
            "stop": 874073790
        },
        {
            "start": 874073975,
            "stop": 874074837
        },
        {
            "start": 874074854,
            "stop": 874074870
        },
        {
            "start": 874074887,
            "stop": 874074956
        },
        {
            "start": 874075222,
            "stop": 874075918
        },
        {
            "start": 874075936,
            "stop": 874076054
        },
        {
            "start": 874076071,
            "stop": 874076357
        },
        {
            "start": 874076376,
            "stop": 874076554
        },
        {
            "start": 874076571,
            "stop": 874076633
        },
        {
            "start": 874076650,
            "stop": 874076764
        },
        {
            "start": 874076783,
            "stop": 874076885
        },
        {
            "start": 874076903,
            "stop": 874077396
        },
        {
            "start": 874077415,
            "stop": 874077872
        },
        {
            "start": 874077908,
            "stop": 874077927
        },
        {
            "start": 874077947,
            "stop": 874077983
        },
        {
            "start": 874078002,
            "stop": 874078142
        },
        {
            "start": 874078159,
            "stop": 874079107
        }
    ]
}