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_CBCHIGH_CAT3/segments?format=api&page=14923
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=14924",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14922",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14923,
    "results": [
        {
            "start": 971549217,
            "stop": 971549249
        },
        {
            "start": 971549251,
            "stop": 971549264
        },
        {
            "start": 971549270,
            "stop": 971549298
        },
        {
            "start": 971549301,
            "stop": 971549403
        },
        {
            "start": 971549405,
            "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": 971549487
        },
        {
            "start": 971549489,
            "stop": 971549517
        },
        {
            "start": 971549519,
            "stop": 971549523
        },
        {
            "start": 971549526,
            "stop": 971549530
        },
        {
            "start": 971549533,
            "stop": 971549541
        },
        {
            "start": 971549543,
            "stop": 971549551
        },
        {
            "start": 971549554,
            "stop": 971549579
        },
        {
            "start": 971549585,
            "stop": 971549608
        },
        {
            "start": 971549611,
            "stop": 971549636
        },
        {
            "start": 971549639,
            "stop": 971549648
        }
    ]
}