Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5372
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5373",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5371",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5372,
    "results": [
        {
            "start": 971548984,
            "stop": 971549037
        },
        {
            "start": 971549040,
            "stop": 971549041
        },
        {
            "start": 971549044,
            "stop": 971549063
        },
        {
            "start": 971549066,
            "stop": 971549173
        },
        {
            "start": 971549176,
            "stop": 971549192
        },
        {
            "start": 971549195,
            "stop": 971549214
        },
        {
            "start": 971549217,
            "stop": 971549264
        },
        {
            "start": 971549270,
            "stop": 971549298
        },
        {
            "start": 971549301,
            "stop": 971549409
        },
        {
            "start": 971549412,
            "stop": 971549423
        },
        {
            "start": 971549426,
            "stop": 971549427
        },
        {
            "start": 971549431,
            "stop": 971549448
        },
        {
            "start": 971549451,
            "stop": 971549455
        },
        {
            "start": 971549458,
            "stop": 971549482
        },
        {
            "start": 971549485,
            "stop": 971549523
        },
        {
            "start": 971549526,
            "stop": 971549530
        },
        {
            "start": 971549533,
            "stop": 971549551
        },
        {
            "start": 971549554,
            "stop": 971549579
        },
        {
            "start": 971549585,
            "stop": 971549608
        },
        {
            "start": 971549611,
            "stop": 971549636
        }
    ]
}