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=8977
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=8978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8976",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8977,
    "results": [
        {
            "start": 873816498,
            "stop": 873816629
        },
        {
            "start": 873816649,
            "stop": 873816664
        },
        {
            "start": 873816684,
            "stop": 873816769
        },
        {
            "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": 873817634,
            "stop": 873817645
        },
        {
            "start": 873817678,
            "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
        }
    ]
}