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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=9",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 10,
    "results": [
        {
            "start": 1242655457,
            "stop": 1242655740
        },
        {
            "start": 1242658959,
            "stop": 1242673360
        },
        {
            "start": 1242681136,
            "stop": 1242687266
        },
        {
            "start": 1242692000,
            "stop": 1242692574
        },
        {
            "start": 1242692668,
            "stop": 1242782945
        },
        {
            "start": 1242787557,
            "stop": 1242857472
        },
        {
            "start": 1242857536,
            "stop": 1242892129
        },
        {
            "start": 1242912494,
            "stop": 1242930169
        },
        {
            "start": 1242935290,
            "stop": 1242987752
        },
        {
            "start": 1242990896,
            "stop": 1243066758
        },
        {
            "start": 1243078766,
            "stop": 1243086990
        },
        {
            "start": 1243107601,
            "stop": 1243158572
        },
        {
            "start": 1243162952,
            "stop": 1243195239
        },
        {
            "start": 1243206524,
            "stop": 1243242468
        },
        {
            "start": 1243251140,
            "stop": 1243267347
        },
        {
            "start": 1243281484,
            "stop": 1243339335
        },
        {
            "start": 1243345008,
            "stop": 1243362417
        },
        {
            "start": 1243364603,
            "stop": 1243367894
        },
        {
            "start": 1243375598,
            "stop": 1243378429
        },
        {
            "start": 1243378772,
            "stop": 1243510030
        }
    ]
}