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=8347
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=8348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8346",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8347,
    "results": [
        {
            "start": 874611723,
            "stop": 874611810
        },
        {
            "start": 874612770,
            "stop": 874612848
        },
        {
            "start": 874612867,
            "stop": 874615859
        },
        {
            "start": 874615878,
            "stop": 874616270
        },
        {
            "start": 874616290,
            "stop": 874616568
        },
        {
            "start": 874617180,
            "stop": 874617360
        },
        {
            "start": 874617379,
            "stop": 874617714
        },
        {
            "start": 874617752,
            "stop": 874618033
        },
        {
            "start": 874618053,
            "stop": 874618163
        },
        {
            "start": 874618182,
            "stop": 874620628
        },
        {
            "start": 874620645,
            "stop": 874620865
        },
        {
            "start": 874620883,
            "stop": 874621857
        },
        {
            "start": 874621874,
            "stop": 874622160
        },
        {
            "start": 874622220,
            "stop": 874622377
        },
        {
            "start": 874622394,
            "stop": 874622580
        },
        {
            "start": 874622597,
            "stop": 874622724
        },
        {
            "start": 874622743,
            "stop": 874622776
        },
        {
            "start": 874622796,
            "stop": 874623395
        },
        {
            "start": 874623412,
            "stop": 874623540
        },
        {
            "start": 874623600,
            "stop": 874624420
        }
    ]
}