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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8983",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8984,
    "results": [
        {
            "start": 873832443,
            "stop": 873832446
        },
        {
            "start": 873832466,
            "stop": 873832500
        },
        {
            "start": 873832527,
            "stop": 873832794
        },
        {
            "start": 873832814,
            "stop": 873832900
        },
        {
            "start": 873832920,
            "stop": 873833059
        },
        {
            "start": 873833076,
            "stop": 873833192
        },
        {
            "start": 873833211,
            "stop": 873833251
        },
        {
            "start": 873833285,
            "stop": 873833368
        },
        {
            "start": 873833402,
            "stop": 873833551
        },
        {
            "start": 873833570,
            "stop": 873833637
        },
        {
            "start": 873833670,
            "stop": 873833776
        },
        {
            "start": 873833803,
            "stop": 873833806
        },
        {
            "start": 873833826,
            "stop": 873833875
        },
        {
            "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
        }
    ]
}