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=3843
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=3844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3842",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3843,
    "results": [
        {
            "start": 873576228,
            "stop": 873576235
        },
        {
            "start": 873576237,
            "stop": 873576244
        },
        {
            "start": 873576245,
            "stop": 873576293
        },
        {
            "start": 873576294,
            "stop": 873576328
        },
        {
            "start": 873576329,
            "stop": 873576416
        },
        {
            "start": 873576417,
            "stop": 873576474
        },
        {
            "start": 873576475,
            "stop": 873576483
        },
        {
            "start": 873576484,
            "stop": 873576501
        },
        {
            "start": 873576502,
            "stop": 873576503
        },
        {
            "start": 873576504,
            "stop": 873576514
        },
        {
            "start": 873576515,
            "stop": 873576550
        },
        {
            "start": 873576552,
            "stop": 873576619
        },
        {
            "start": 873576620,
            "stop": 873576700
        },
        {
            "start": 873576701,
            "stop": 873576998
        },
        {
            "start": 873576999,
            "stop": 873577104
        },
        {
            "start": 873577105,
            "stop": 873577135
        },
        {
            "start": 873577136,
            "stop": 873577196
        },
        {
            "start": 873577198,
            "stop": 873580920
        },
        {
            "start": 873581100,
            "stop": 873581329
        },
        {
            "start": 873581487,
            "stop": 873581803
        }
    ]
}