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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=133",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 134,
    "results": [
        {
            "start": 820062523,
            "stop": 820062605
        },
        {
            "start": 820062611,
            "stop": 820062883
        },
        {
            "start": 820064390,
            "stop": 820065133
        },
        {
            "start": 820065137,
            "stop": 820066407
        },
        {
            "start": 820066410,
            "stop": 820067434
        },
        {
            "start": 820067437,
            "stop": 820067460
        },
        {
            "start": 820067463,
            "stop": 820069169
        },
        {
            "start": 820069172,
            "stop": 820069495
        },
        {
            "start": 820069498,
            "stop": 820070946
        },
        {
            "start": 820070963,
            "stop": 820075105
        },
        {
            "start": 820075108,
            "stop": 820075626
        },
        {
            "start": 820075630,
            "stop": 820075980
        },
        {
            "start": 820075983,
            "stop": 820076506
        },
        {
            "start": 820076509,
            "stop": 820077648
        },
        {
            "start": 820077665,
            "stop": 820077712
        },
        {
            "start": 820077715,
            "stop": 820078019
        },
        {
            "start": 820078022,
            "stop": 820078424
        },
        {
            "start": 820078428,
            "stop": 820079248
        },
        {
            "start": 820079265,
            "stop": 820083610
        },
        {
            "start": 820083613,
            "stop": 820086394
        }
    ]
}