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=14440
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=14441",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14439",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14440,
    "results": [
        {
            "start": 971549543,
            "stop": 971549551
        },
        {
            "start": 971549554,
            "stop": 971549579
        },
        {
            "start": 971549585,
            "stop": 971549608
        },
        {
            "start": 971549611,
            "stop": 971549636
        },
        {
            "start": 971549639,
            "stop": 971549648
        },
        {
            "start": 971549651,
            "stop": 971549666
        },
        {
            "start": 971549669,
            "stop": 971549719
        },
        {
            "start": 971549722,
            "stop": 971549724
        },
        {
            "start": 971549750,
            "stop": 971549756
        },
        {
            "start": 971549763,
            "stop": 971549877
        },
        {
            "start": 971550218,
            "stop": 971550224
        },
        {
            "start": 971550226,
            "stop": 971550230
        },
        {
            "start": 971550233,
            "stop": 971550236
        },
        {
            "start": 971550237,
            "stop": 971550243
        },
        {
            "start": 971550245,
            "stop": 971550257
        },
        {
            "start": 971550260,
            "stop": 971550267
        },
        {
            "start": 971550270,
            "stop": 971550276
        },
        {
            "start": 971550277,
            "stop": 971550279
        },
        {
            "start": 971550281,
            "stop": 971550282
        },
        {
            "start": 971550285,
            "stop": 971550286
        }
    ]
}