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=422
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=423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=421",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 422,
    "results": [
        {
            "start": 818731138,
            "stop": 818731139
        },
        {
            "start": 818731148,
            "stop": 818731149
        },
        {
            "start": 818731155,
            "stop": 818731157
        },
        {
            "start": 818731163,
            "stop": 818731165
        },
        {
            "start": 818731288,
            "stop": 818731291
        },
        {
            "start": 818731324,
            "stop": 818731325
        },
        {
            "start": 818731373,
            "stop": 818731378
        },
        {
            "start": 818731406,
            "stop": 818731408
        },
        {
            "start": 818731461,
            "stop": 818731463
        },
        {
            "start": 818731482,
            "stop": 818731483
        },
        {
            "start": 818731544,
            "stop": 818731546
        },
        {
            "start": 818731555,
            "stop": 818731557
        },
        {
            "start": 818731569,
            "stop": 818731571
        },
        {
            "start": 818731575,
            "stop": 818731579
        },
        {
            "start": 818731584,
            "stop": 818731588
        },
        {
            "start": 818731661,
            "stop": 818731662
        },
        {
            "start": 818731676,
            "stop": 818731677
        },
        {
            "start": 818731682,
            "stop": 818731685
        },
        {
            "start": 818731691,
            "stop": 818731693
        },
        {
            "start": 818731696,
            "stop": 818731697
        }
    ]
}