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=14438
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=14439",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14437",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14438,
    "results": [
        {
            "start": 971548399,
            "stop": 971548439
        },
        {
            "start": 971548443,
            "stop": 971548457
        },
        {
            "start": 971548458,
            "stop": 971548459
        },
        {
            "start": 971548463,
            "stop": 971548465
        },
        {
            "start": 971548466,
            "stop": 971548469
        },
        {
            "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
        }
    ]
}