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=8137
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=8138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8136",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8137,
    "results": [
        {
            "start": 873014257,
            "stop": 873014491
        },
        {
            "start": 873014510,
            "stop": 873014521
        },
        {
            "start": 873014763,
            "stop": 873015009
        },
        {
            "start": 873015029,
            "stop": 873015315
        },
        {
            "start": 873015334,
            "stop": 873015350
        },
        {
            "start": 873015369,
            "stop": 873015401
        },
        {
            "start": 873015420,
            "stop": 873015568
        },
        {
            "start": 873015587,
            "stop": 873015606
        },
        {
            "start": 873015625,
            "stop": 873015923
        },
        {
            "start": 873015969,
            "stop": 873016170
        },
        {
            "start": 873016189,
            "stop": 873016249
        },
        {
            "start": 873016268,
            "stop": 873016316
        },
        {
            "start": 873016335,
            "stop": 873016365
        },
        {
            "start": 873016384,
            "stop": 873016436
        },
        {
            "start": 873016476,
            "stop": 873016540
        },
        {
            "start": 873016559,
            "stop": 873016574
        },
        {
            "start": 873016611,
            "stop": 873016746
        },
        {
            "start": 873016765,
            "stop": 873016766
        },
        {
            "start": 873016785,
            "stop": 873016872
        },
        {
            "start": 873016896,
            "stop": 873016901
        }
    ]
}