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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=146",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 147,
    "results": [
        {
            "start": 818075898,
            "stop": 818075910
        },
        {
            "start": 818075913,
            "stop": 818075914
        },
        {
            "start": 818075917,
            "stop": 818075918
        },
        {
            "start": 818075929,
            "stop": 818075931
        },
        {
            "start": 818075934,
            "stop": 818075945
        },
        {
            "start": 818075948,
            "stop": 818075949
        },
        {
            "start": 818075958,
            "stop": 818075965
        },
        {
            "start": 818075968,
            "stop": 818075983
        },
        {
            "start": 818075986,
            "stop": 818075987
        },
        {
            "start": 818076002,
            "stop": 818076004
        },
        {
            "start": 818076007,
            "stop": 818076013
        },
        {
            "start": 818076022,
            "stop": 818076033
        },
        {
            "start": 818076041,
            "stop": 818076043
        },
        {
            "start": 818076048,
            "stop": 818076058
        },
        {
            "start": 818076061,
            "stop": 818076063
        },
        {
            "start": 818076066,
            "stop": 818076070
        },
        {
            "start": 818076075,
            "stop": 818076076
        },
        {
            "start": 818076080,
            "stop": 818076081
        },
        {
            "start": 818076084,
            "stop": 818076087
        },
        {
            "start": 818076100,
            "stop": 818076103
        }
    ]
}