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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=262",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 263,
    "results": [
        {
            "start": 820490880,
            "stop": 820490955
        },
        {
            "start": 820490958,
            "stop": 820491158
        },
        {
            "start": 820491161,
            "stop": 820491218
        },
        {
            "start": 820491222,
            "stop": 820491411
        },
        {
            "start": 820491415,
            "stop": 820491478
        },
        {
            "start": 820491481,
            "stop": 820492234
        },
        {
            "start": 820492237,
            "stop": 820492473
        },
        {
            "start": 820492477,
            "stop": 820492571
        },
        {
            "start": 820492574,
            "stop": 820492749
        },
        {
            "start": 820492753,
            "stop": 820492813
        },
        {
            "start": 820492818,
            "stop": 820492820
        },
        {
            "start": 820492824,
            "stop": 820493142
        },
        {
            "start": 820493145,
            "stop": 820493436
        },
        {
            "start": 820493439,
            "stop": 820493506
        },
        {
            "start": 820493510,
            "stop": 820493600
        },
        {
            "start": 820493632,
            "stop": 820493709
        },
        {
            "start": 820493713,
            "stop": 820493941
        },
        {
            "start": 820493944,
            "stop": 820494109
        },
        {
            "start": 820494112,
            "stop": 820494145
        },
        {
            "start": 820494149,
            "stop": 820494163
        }
    ]
}