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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=94",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 95,
    "results": [
        {
            "start": 1259338599,
            "stop": 1259338800
        },
        {
            "start": 1259338802,
            "stop": 1259338838
        },
        {
            "start": 1259338840,
            "stop": 1259340342
        },
        {
            "start": 1259340344,
            "stop": 1259340953
        },
        {
            "start": 1259340954,
            "stop": 1259341961
        },
        {
            "start": 1259341963,
            "stop": 1259342601
        },
        {
            "start": 1259342606,
            "stop": 1259343963
        },
        {
            "start": 1259343966,
            "stop": 1259345643
        },
        {
            "start": 1259345646,
            "stop": 1259347649
        },
        {
            "start": 1259347653,
            "stop": 1259349057
        },
        {
            "start": 1259349061,
            "stop": 1259349393
        },
        {
            "start": 1259349397,
            "stop": 1259352817
        },
        {
            "start": 1259352825,
            "stop": 1259355277
        },
        {
            "start": 1259355278,
            "stop": 1259357070
        },
        {
            "start": 1259357074,
            "stop": 1259357517
        },
        {
            "start": 1259362537,
            "stop": 1259362721
        },
        {
            "start": 1259362726,
            "stop": 1259363167
        },
        {
            "start": 1259363169,
            "stop": 1259364284
        },
        {
            "start": 1259364420,
            "stop": 1259364925
        },
        {
            "start": 1259364927,
            "stop": 1259365047
        }
    ]
}