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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14727",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14725",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14726,
    "results": [
        {
            "start": 971177088,
            "stop": 971177091
        },
        {
            "start": 971177094,
            "stop": 971177103
        },
        {
            "start": 971177104,
            "stop": 971177110
        },
        {
            "start": 971177111,
            "stop": 971177116
        },
        {
            "start": 971177118,
            "stop": 971177120
        },
        {
            "start": 971177121,
            "stop": 971177126
        },
        {
            "start": 971177128,
            "stop": 971177132
        },
        {
            "start": 971177133,
            "stop": 971177134
        },
        {
            "start": 971177138,
            "stop": 971177147
        },
        {
            "start": 971177149,
            "stop": 971177151
        },
        {
            "start": 971177153,
            "stop": 971177155
        },
        {
            "start": 971177156,
            "stop": 971177157
        },
        {
            "start": 971177159,
            "stop": 971177163
        },
        {
            "start": 971177165,
            "stop": 971177178
        },
        {
            "start": 971177179,
            "stop": 971177182
        },
        {
            "start": 971177183,
            "stop": 971177186
        },
        {
            "start": 971177189,
            "stop": 971177202
        },
        {
            "start": 971177207,
            "stop": 971177213
        },
        {
            "start": 971177217,
            "stop": 971177222
        },
        {
            "start": 971177223,
            "stop": 971177229
        }
    ]
}