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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT2/segments?format=api&page=19",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 20,
    "results": [
        {
            "start": 1242164847,
            "stop": 1242167255
        },
        {
            "start": 1242167271,
            "stop": 1242167295
        },
        {
            "start": 1242167303,
            "stop": 1242169079
        },
        {
            "start": 1242169095,
            "stop": 1242171527
        },
        {
            "start": 1242171535,
            "stop": 1242171959
        },
        {
            "start": 1242171967,
            "stop": 1242174447
        },
        {
            "start": 1242174455,
            "stop": 1242174714
        },
        {
            "start": 1242174763,
            "stop": 1242176295
        },
        {
            "start": 1242176303,
            "stop": 1242182063
        },
        {
            "start": 1242182071,
            "stop": 1242183823
        },
        {
            "start": 1242183831,
            "stop": 1242189159
        },
        {
            "start": 1242189167,
            "stop": 1242191911
        },
        {
            "start": 1242191927,
            "stop": 1242194247
        },
        {
            "start": 1242194255,
            "stop": 1242194744
        },
        {
            "start": 1242230253,
            "stop": 1242230609
        },
        {
            "start": 1242230617,
            "stop": 1242235249
        },
        {
            "start": 1242235257,
            "stop": 1242236153
        },
        {
            "start": 1242236161,
            "stop": 1242238769
        },
        {
            "start": 1242238777,
            "stop": 1242243206
        },
        {
            "start": 1242243331,
            "stop": 1242249911
        }
    ]
}