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=3624
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=3625",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3623",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3624,
    "results": [
        {
            "start": 872229405,
            "stop": 872229418
        },
        {
            "start": 872229435,
            "stop": 872230218
        },
        {
            "start": 872230235,
            "stop": 872231008
        },
        {
            "start": 872231025,
            "stop": 872231818
        },
        {
            "start": 872231835,
            "stop": 872232797
        },
        {
            "start": 872232814,
            "stop": 872233362
        },
        {
            "start": 872233379,
            "stop": 872233571
        },
        {
            "start": 872233588,
            "stop": 872233649
        },
        {
            "start": 872233666,
            "stop": 872235770
        },
        {
            "start": 872235787,
            "stop": 872236313
        },
        {
            "start": 872236330,
            "stop": 872238653
        },
        {
            "start": 872238670,
            "stop": 872238755
        },
        {
            "start": 872238772,
            "stop": 872238845
        },
        {
            "start": 872238862,
            "stop": 872238880
        },
        {
            "start": 872238897,
            "stop": 872238931
        },
        {
            "start": 872238948,
            "stop": 872239760
        },
        {
            "start": 872239777,
            "stop": 872239782
        },
        {
            "start": 872239799,
            "stop": 872240532
        },
        {
            "start": 872240549,
            "stop": 872240568
        },
        {
            "start": 872240585,
            "stop": 872241796
        }
    ]
}