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=8340
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=8341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8339",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8340,
    "results": [
        {
            "start": 874536378,
            "stop": 874536758
        },
        {
            "start": 874536775,
            "stop": 874538731
        },
        {
            "start": 874538750,
            "stop": 874539518
        },
        {
            "start": 874539537,
            "stop": 874539778
        },
        {
            "start": 874539797,
            "stop": 874540062
        },
        {
            "start": 874540081,
            "stop": 874541099
        },
        {
            "start": 874541118,
            "stop": 874541184
        },
        {
            "start": 874541280,
            "stop": 874542215
        },
        {
            "start": 874542234,
            "stop": 874544087
        },
        {
            "start": 874544106,
            "stop": 874544119
        },
        {
            "start": 874544142,
            "stop": 874544270
        },
        {
            "start": 874544289,
            "stop": 874544778
        },
        {
            "start": 874544795,
            "stop": 874545250
        },
        {
            "start": 874545269,
            "stop": 874545838
        },
        {
            "start": 874545855,
            "stop": 874547460
        },
        {
            "start": 874547580,
            "stop": 874550906
        },
        {
            "start": 874550925,
            "stop": 874551620
        },
        {
            "start": 874551639,
            "stop": 874551691
        },
        {
            "start": 874551710,
            "stop": 874552149
        },
        {
            "start": 874552170,
            "stop": 874552894
        }
    ]
}