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=8260
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=8261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8259",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8260,
    "results": [
        {
            "start": 873830447,
            "stop": 873830460
        },
        {
            "start": 873830640,
            "stop": 873830649
        },
        {
            "start": 873830668,
            "stop": 873830706
        },
        {
            "start": 873830841,
            "stop": 873830886
        },
        {
            "start": 873830926,
            "stop": 873830950
        },
        {
            "start": 873830976,
            "stop": 873831120
        },
        {
            "start": 873831243,
            "stop": 873831394
        },
        {
            "start": 873831428,
            "stop": 873831456
        },
        {
            "start": 873831475,
            "stop": 873831492
        },
        {
            "start": 873831543,
            "stop": 873831652
        },
        {
            "start": 873831720,
            "stop": 873831735
        },
        {
            "start": 873831776,
            "stop": 873831807
        },
        {
            "start": 873831824,
            "stop": 873831840
        },
        {
            "start": 873831960,
            "stop": 873832005
        },
        {
            "start": 873832039,
            "stop": 873832062
        },
        {
            "start": 873832082,
            "stop": 873832156
        },
        {
            "start": 873832175,
            "stop": 873832250
        },
        {
            "start": 873832267,
            "stop": 873832363
        },
        {
            "start": 873832443,
            "stop": 873832446
        },
        {
            "start": 873832466,
            "stop": 873832500
        }
    ]
}