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=14922
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=14923",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14921",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14922,
    "results": [
        {
            "start": 971548471,
            "stop": 971548502
        },
        {
            "start": 971548505,
            "stop": 971548508
        },
        {
            "start": 971548511,
            "stop": 971548530
        },
        {
            "start": 971548534,
            "stop": 971548560
        },
        {
            "start": 971548561,
            "stop": 971548674
        },
        {
            "start": 971548677,
            "stop": 971548781
        },
        {
            "start": 971548784,
            "stop": 971548809
        },
        {
            "start": 971548812,
            "stop": 971548952
        },
        {
            "start": 971548955,
            "stop": 971548981
        },
        {
            "start": 971548984,
            "stop": 971549026
        },
        {
            "start": 971549027,
            "stop": 971549037
        },
        {
            "start": 971549040,
            "stop": 971549041
        },
        {
            "start": 971549044,
            "stop": 971549051
        },
        {
            "start": 971549052,
            "stop": 971549063
        },
        {
            "start": 971549066,
            "stop": 971549117
        },
        {
            "start": 971549119,
            "stop": 971549173
        },
        {
            "start": 971549176,
            "stop": 971549189
        },
        {
            "start": 971549191,
            "stop": 971549192
        },
        {
            "start": 971549195,
            "stop": 971549203
        },
        {
            "start": 971549204,
            "stop": 971549214
        }
    ]
}