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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=57",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 58,
    "results": [
        {
            "start": 1262696404,
            "stop": 1262696424
        },
        {
            "start": 1262696427,
            "stop": 1262696432
        },
        {
            "start": 1262696433,
            "stop": 1262696434
        },
        {
            "start": 1262696435,
            "stop": 1262696520
        },
        {
            "start": 1262696521,
            "stop": 1262696572
        },
        {
            "start": 1262696574,
            "stop": 1262696575
        },
        {
            "start": 1262696577,
            "stop": 1262696595
        },
        {
            "start": 1262696599,
            "stop": 1262696604
        },
        {
            "start": 1262696605,
            "stop": 1262696681
        },
        {
            "start": 1262696685,
            "stop": 1262696695
        },
        {
            "start": 1262696699,
            "stop": 1262696702
        },
        {
            "start": 1262696705,
            "stop": 1262696710
        },
        {
            "start": 1262696712,
            "stop": 1262696861
        },
        {
            "start": 1262696864,
            "stop": 1262696887
        },
        {
            "start": 1262696890,
            "stop": 1262696918
        },
        {
            "start": 1262696920,
            "stop": 1262696989
        },
        {
            "start": 1262696992,
            "stop": 1262697198
        },
        {
            "start": 1262697200,
            "stop": 1262697218
        },
        {
            "start": 1262697221,
            "stop": 1262697254
        },
        {
            "start": 1262697257,
            "stop": 1262697345
        }
    ]
}