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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=260",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 261,
    "results": [
        {
            "start": 817906478,
            "stop": 817906620
        },
        {
            "start": 817906624,
            "stop": 817906648
        },
        {
            "start": 817906668,
            "stop": 817906727
        },
        {
            "start": 817906748,
            "stop": 817906772
        },
        {
            "start": 817906838,
            "stop": 817906925
        },
        {
            "start": 817907045,
            "stop": 817907076
        },
        {
            "start": 817907096,
            "stop": 817907167
        },
        {
            "start": 817907199,
            "stop": 817907303
        },
        {
            "start": 817907334,
            "stop": 817907439
        },
        {
            "start": 817907456,
            "stop": 817907466
        },
        {
            "start": 817907506,
            "stop": 817907602
        },
        {
            "start": 817907605,
            "stop": 817907707
        },
        {
            "start": 817907727,
            "stop": 817907796
        },
        {
            "start": 817907799,
            "stop": 817907950
        },
        {
            "start": 817907969,
            "stop": 817908017
        },
        {
            "start": 817908036,
            "stop": 817908443
        },
        {
            "start": 817908463,
            "stop": 817908504
        },
        {
            "start": 817908525,
            "stop": 817908588
        },
        {
            "start": 817908592,
            "stop": 817908619
        },
        {
            "start": 817909496,
            "stop": 817909544
        }
    ]
}