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=8255
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=8256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8254",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8255,
    "results": [
        {
            "start": 873816789,
            "stop": 873816823
        },
        {
            "start": 873816850,
            "stop": 873816884
        },
        {
            "start": 873816962,
            "stop": 873816992
        },
        {
            "start": 873817012,
            "stop": 873817077
        },
        {
            "start": 873817094,
            "stop": 873817194
        },
        {
            "start": 873817214,
            "stop": 873817235
        },
        {
            "start": 873817284,
            "stop": 873817352
        },
        {
            "start": 873817379,
            "stop": 873817430
        },
        {
            "start": 873817468,
            "stop": 873817558
        },
        {
            "start": 873817680,
            "stop": 873817788
        },
        {
            "start": 873817816,
            "stop": 873817817
        },
        {
            "start": 873817840,
            "stop": 873817888
        },
        {
            "start": 873817908,
            "stop": 873818061
        },
        {
            "start": 873818081,
            "stop": 873818142
        },
        {
            "start": 873818162,
            "stop": 873818208
        },
        {
            "start": 873818227,
            "stop": 873818232
        },
        {
            "start": 873818255,
            "stop": 873818289
        },
        {
            "start": 873818326,
            "stop": 873818426
        },
        {
            "start": 873818447,
            "stop": 873818450
        },
        {
            "start": 873818470,
            "stop": 873818499
        }
    ]
}