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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3971",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3972,
    "results": [
        {
            "start": 874456016,
            "stop": 874456017
        },
        {
            "start": 874456020,
            "stop": 874456024
        },
        {
            "start": 874456027,
            "stop": 874456034
        },
        {
            "start": 874456037,
            "stop": 874456038
        },
        {
            "start": 874456046,
            "stop": 874456062
        },
        {
            "start": 874456067,
            "stop": 874456076
        },
        {
            "start": 874456079,
            "stop": 874456086
        },
        {
            "start": 874456089,
            "stop": 874456133
        },
        {
            "start": 874456136,
            "stop": 874456143
        },
        {
            "start": 874456146,
            "stop": 874456172
        },
        {
            "start": 874456176,
            "stop": 874456426
        },
        {
            "start": 874456429,
            "stop": 874456459
        },
        {
            "start": 874456462,
            "stop": 874456482
        },
        {
            "start": 874456485,
            "stop": 874456626
        },
        {
            "start": 874456629,
            "stop": 874456636
        },
        {
            "start": 874456640,
            "stop": 874456645
        },
        {
            "start": 874456648,
            "stop": 874456955
        },
        {
            "start": 874456958,
            "stop": 874457171
        },
        {
            "start": 874457176,
            "stop": 874457588
        },
        {
            "start": 874457593,
            "stop": 874458578
        }
    ]
}