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=8261
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=8262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8260",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8261,
    "results": [
        {
            "start": 873832527,
            "stop": 873832620
        },
        {
            "start": 873832680,
            "stop": 873832794
        },
        {
            "start": 873832814,
            "stop": 873832900
        },
        {
            "start": 873832920,
            "stop": 873833059
        },
        {
            "start": 873833076,
            "stop": 873833160
        },
        {
            "start": 873833220,
            "stop": 873833251
        },
        {
            "start": 873833285,
            "stop": 873833340
        },
        {
            "start": 873833402,
            "stop": 873833551
        },
        {
            "start": 873833570,
            "stop": 873833637
        },
        {
            "start": 873833670,
            "stop": 873833776
        },
        {
            "start": 873833803,
            "stop": 873833806
        },
        {
            "start": 873833895,
            "stop": 873833968
        },
        {
            "start": 873833988,
            "stop": 873833989
        },
        {
            "start": 873834009,
            "stop": 873834047
        },
        {
            "start": 873834074,
            "stop": 873834098
        },
        {
            "start": 873834124,
            "stop": 873834127
        },
        {
            "start": 873834147,
            "stop": 873834191
        },
        {
            "start": 873834208,
            "stop": 873834235
        },
        {
            "start": 873834269,
            "stop": 873834272
        },
        {
            "start": 873834307,
            "stop": 873834531
        }
    ]
}