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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=811",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=809",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 810,
    "results": [
        {
            "start": 1268782189,
            "stop": 1268783102
        },
        {
            "start": 1268783105,
            "stop": 1268786239
        },
        {
            "start": 1268786244,
            "stop": 1268787561
        },
        {
            "start": 1268787566,
            "stop": 1268788386
        },
        {
            "start": 1268788388,
            "stop": 1268788949
        },
        {
            "start": 1268788951,
            "stop": 1268791689
        },
        {
            "start": 1268791691,
            "stop": 1268794941
        },
        {
            "start": 1268794945,
            "stop": 1268795318
        },
        {
            "start": 1268795319,
            "stop": 1268795705
        },
        {
            "start": 1268795710,
            "stop": 1268796110
        },
        {
            "start": 1268796113,
            "stop": 1268798445
        },
        {
            "start": 1268798448,
            "stop": 1268801928
        },
        {
            "start": 1268801929,
            "stop": 1268802824
        },
        {
            "start": 1268802829,
            "stop": 1268804871
        },
        {
            "start": 1268804876,
            "stop": 1268805550
        },
        {
            "start": 1268805552,
            "stop": 1268806538
        },
        {
            "start": 1268806542,
            "stop": 1268807333
        },
        {
            "start": 1268807335,
            "stop": 1268807500
        },
        {
            "start": 1268807502,
            "stop": 1268822734
        },
        {
            "start": 1268822735,
            "stop": 1268824575
        }
    ]
}