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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15971",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15969",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15970,
    "results": [
        {
            "start": 971440540,
            "stop": 971440543
        },
        {
            "start": 971440545,
            "stop": 971440549
        },
        {
            "start": 971440552,
            "stop": 971440554
        },
        {
            "start": 971440559,
            "stop": 971440560
        },
        {
            "start": 971440562,
            "stop": 971440574
        },
        {
            "start": 971440577,
            "stop": 971440580
        },
        {
            "start": 971440583,
            "stop": 971440584
        },
        {
            "start": 971440585,
            "stop": 971440604
        },
        {
            "start": 971440607,
            "stop": 971440609
        },
        {
            "start": 971440611,
            "stop": 971440615
        },
        {
            "start": 971440616,
            "stop": 971440621
        },
        {
            "start": 971440624,
            "stop": 971440630
        },
        {
            "start": 971440632,
            "stop": 971440635
        },
        {
            "start": 971440636,
            "stop": 971440849
        },
        {
            "start": 971440850,
            "stop": 971440914
        },
        {
            "start": 971440917,
            "stop": 971441205
        },
        {
            "start": 971441208,
            "stop": 971441215
        },
        {
            "start": 971441218,
            "stop": 971441299
        },
        {
            "start": 971441304,
            "stop": 971441306
        },
        {
            "start": 971441311,
            "stop": 971441385
        }
    ]
}