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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=268",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 269,
    "results": [
        {
            "start": 1242312193,
            "stop": 1242312528
        },
        {
            "start": 1242312529,
            "stop": 1242312530
        },
        {
            "start": 1242312536,
            "stop": 1242312538
        },
        {
            "start": 1242312539,
            "stop": 1242312867
        },
        {
            "start": 1242312868,
            "stop": 1242312870
        },
        {
            "start": 1242312872,
            "stop": 1242312875
        },
        {
            "start": 1242312878,
            "stop": 1242313100
        },
        {
            "start": 1242313104,
            "stop": 1242313110
        },
        {
            "start": 1242313112,
            "stop": 1242313113
        },
        {
            "start": 1242313114,
            "stop": 1242313121
        },
        {
            "start": 1242313122,
            "stop": 1242313154
        },
        {
            "start": 1242313160,
            "stop": 1242313253
        },
        {
            "start": 1242313255,
            "stop": 1242313259
        },
        {
            "start": 1242313260,
            "stop": 1242313263
        },
        {
            "start": 1242313265,
            "stop": 1242313268
        },
        {
            "start": 1242313269,
            "stop": 1242313387
        },
        {
            "start": 1242313388,
            "stop": 1242313417
        },
        {
            "start": 1242313420,
            "stop": 1242313626
        },
        {
            "start": 1242313629,
            "stop": 1242313636
        },
        {
            "start": 1242313638,
            "stop": 1242313673
        }
    ]
}