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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=13",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 14,
    "results": [
        {
            "start": 1265752605,
            "stop": 1265756343
        },
        {
            "start": 1265853330,
            "stop": 1265865245
        },
        {
            "start": 1265865273,
            "stop": 1266001262
        },
        {
            "start": 1266006420,
            "stop": 1266048278
        },
        {
            "start": 1266054049,
            "stop": 1266064786
        },
        {
            "start": 1266067317,
            "stop": 1266073316
        },
        {
            "start": 1266097079,
            "stop": 1266100380
        },
        {
            "start": 1266100641,
            "stop": 1266116302
        },
        {
            "start": 1266124319,
            "stop": 1266188642
        },
        {
            "start": 1266196469,
            "stop": 1266232566
        },
        {
            "start": 1266232751,
            "stop": 1266257083
        },
        {
            "start": 1266270670,
            "stop": 1266342818
        },
        {
            "start": 1266350404,
            "stop": 1266460304
        },
        {
            "start": 1266466233,
            "stop": 1266492220
        },
        {
            "start": 1266493809,
            "stop": 1266514074
        },
        {
            "start": 1266519189,
            "stop": 1266606021
        },
        {
            "start": 1266613720,
            "stop": 1266677801
        },
        {
            "start": 1266699635,
            "stop": 1266789671
        },
        {
            "start": 1266793981,
            "stop": 1266806995
        },
        {
            "start": 1266821620,
            "stop": 1266824931
        }
    ]
}