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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9017",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9018,
    "results": [
        {
            "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
        },
        {
            "start": 874079126,
            "stop": 874079600
        },
        {
            "start": 874079619,
            "stop": 874079908
        },
        {
            "start": 874079931,
            "stop": 874079971
        },
        {
            "start": 874079988,
            "stop": 874080810
        },
        {
            "start": 874082216,
            "stop": 874082235
        },
        {
            "start": 874082255,
            "stop": 874082271
        },
        {
            "start": 874082290,
            "stop": 874082408
        },
        {
            "start": 874082426,
            "stop": 874082614
        },
        {
            "start": 874082631,
            "stop": 874083011
        },
        {
            "start": 874083028,
            "stop": 874083060
        },
        {
            "start": 874083180,
            "stop": 874083205
        },
        {
            "start": 874083222,
            "stop": 874083240
        },
        {
            "start": 874083300,
            "stop": 874083363
        }
    ]
}