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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14440",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14438",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14439,
    "results": [
        {
            "start": 971549119,
            "stop": 971549173
        },
        {
            "start": 971549176,
            "stop": 971549189
        },
        {
            "start": 971549191,
            "stop": 971549192
        },
        {
            "start": 971549195,
            "stop": 971549203
        },
        {
            "start": 971549204,
            "stop": 971549214
        },
        {
            "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
        }
    ]
}