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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=18",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 19,
    "results": [
        {
            "start": 1257258649,
            "stop": 1257258739
        },
        {
            "start": 1257258741,
            "stop": 1257258772
        },
        {
            "start": 1257258775,
            "stop": 1257258843
        },
        {
            "start": 1257258846,
            "stop": 1257259629
        },
        {
            "start": 1257259632,
            "stop": 1257259840
        },
        {
            "start": 1257259843,
            "stop": 1257259853
        },
        {
            "start": 1257259859,
            "stop": 1257260061
        },
        {
            "start": 1257260064,
            "stop": 1257260177
        },
        {
            "start": 1257260180,
            "stop": 1257260224
        },
        {
            "start": 1257260227,
            "stop": 1257260439
        },
        {
            "start": 1257260441,
            "stop": 1257260827
        },
        {
            "start": 1257260830,
            "stop": 1257262233
        },
        {
            "start": 1257262236,
            "stop": 1257262264
        },
        {
            "start": 1257262268,
            "stop": 1257262272
        },
        {
            "start": 1257262275,
            "stop": 1257262876
        },
        {
            "start": 1257262879,
            "stop": 1257263124
        },
        {
            "start": 1257263126,
            "stop": 1257263406
        },
        {
            "start": 1257263411,
            "stop": 1257263489
        },
        {
            "start": 1257263494,
            "stop": 1257263747
        },
        {
            "start": 1257263749,
            "stop": 1257263871
        }
    ]
}