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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=134",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 135,
    "results": [
        {
            "start": 817005667,
            "stop": 817005744
        },
        {
            "start": 817005772,
            "stop": 817005892
        },
        {
            "start": 817005950,
            "stop": 817005991
        },
        {
            "start": 817006054,
            "stop": 817006080
        },
        {
            "start": 817006146,
            "stop": 817006175
        },
        {
            "start": 817006212,
            "stop": 817006240
        },
        {
            "start": 817006269,
            "stop": 817006293
        },
        {
            "start": 817006344,
            "stop": 817006526
        },
        {
            "start": 817006548,
            "stop": 817006584
        },
        {
            "start": 817006627,
            "stop": 817006643
        },
        {
            "start": 817006699,
            "stop": 817006750
        },
        {
            "start": 817006796,
            "stop": 817006988
        },
        {
            "start": 817007009,
            "stop": 817007014
        },
        {
            "start": 817007034,
            "stop": 817007040
        },
        {
            "start": 817007072,
            "stop": 817007176
        },
        {
            "start": 817007242,
            "stop": 817007468
        },
        {
            "start": 817007497,
            "stop": 817007539
        },
        {
            "start": 817007589,
            "stop": 817007969
        },
        {
            "start": 817007990,
            "stop": 817008065
        },
        {
            "start": 817008093,
            "stop": 817009072
        }
    ]
}