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=8056
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=8057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8055",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8056,
    "results": [
        {
            "start": 872277962,
            "stop": 872277965
        },
        {
            "start": 872277984,
            "stop": 872278086
        },
        {
            "start": 872278105,
            "stop": 872278708
        },
        {
            "start": 872278727,
            "stop": 872278918
        },
        {
            "start": 872278935,
            "stop": 872279393
        },
        {
            "start": 872279444,
            "stop": 872279541
        },
        {
            "start": 872279563,
            "stop": 872279598
        },
        {
            "start": 872279617,
            "stop": 872279640
        },
        {
            "start": 872279659,
            "stop": 872279701
        },
        {
            "start": 872279721,
            "stop": 872279775
        },
        {
            "start": 872279792,
            "stop": 872279874
        },
        {
            "start": 872279891,
            "stop": 872280139
        },
        {
            "start": 872280156,
            "stop": 872280824
        },
        {
            "start": 872280843,
            "stop": 872280974
        },
        {
            "start": 872289720,
            "stop": 872289738
        },
        {
            "start": 872289858,
            "stop": 872289891
        },
        {
            "start": 872289909,
            "stop": 872289924
        },
        {
            "start": 872290044,
            "stop": 872290175
        },
        {
            "start": 872290192,
            "stop": 872290228
        },
        {
            "start": 872290245,
            "stop": 872290424
        }
    ]
}