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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=451",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 452,
    "results": [
        {
            "start": 818755866,
            "stop": 818755877
        },
        {
            "start": 818755901,
            "stop": 818755903
        },
        {
            "start": 818755925,
            "stop": 818755927
        },
        {
            "start": 818755931,
            "stop": 818755932
        },
        {
            "start": 818755935,
            "stop": 818755936
        },
        {
            "start": 818755941,
            "stop": 818755947
        },
        {
            "start": 818755950,
            "stop": 818755951
        },
        {
            "start": 818755959,
            "stop": 818755963
        },
        {
            "start": 818755972,
            "stop": 818755974
        },
        {
            "start": 818755995,
            "stop": 818755996
        },
        {
            "start": 818756003,
            "stop": 818756005
        },
        {
            "start": 818756008,
            "stop": 818756009
        },
        {
            "start": 818756022,
            "stop": 818756023
        },
        {
            "start": 818756070,
            "stop": 818756077
        },
        {
            "start": 818756111,
            "stop": 818756115
        },
        {
            "start": 818756165,
            "stop": 818756170
        },
        {
            "start": 818756175,
            "stop": 818756176
        },
        {
            "start": 818756187,
            "stop": 818756189
        },
        {
            "start": 818756204,
            "stop": 818756206
        },
        {
            "start": 818756211,
            "stop": 818756212
        }
    ]
}