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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=52",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 53,
    "results": [
        {
            "start": 1257982831,
            "stop": 1257983852
        },
        {
            "start": 1257983857,
            "stop": 1257984749
        },
        {
            "start": 1257984753,
            "stop": 1257985044
        },
        {
            "start": 1257985046,
            "stop": 1257985356
        },
        {
            "start": 1257992320,
            "stop": 1257995311
        },
        {
            "start": 1257995319,
            "stop": 1257996026
        },
        {
            "start": 1257996031,
            "stop": 1257996248
        },
        {
            "start": 1257996252,
            "stop": 1258000884
        },
        {
            "start": 1258000887,
            "stop": 1258001309
        },
        {
            "start": 1258001311,
            "stop": 1258003299
        },
        {
            "start": 1258003304,
            "stop": 1258006119
        },
        {
            "start": 1258006122,
            "stop": 1258008470
        },
        {
            "start": 1258008478,
            "stop": 1258009934
        },
        {
            "start": 1258009937,
            "stop": 1258010011
        },
        {
            "start": 1258010013,
            "stop": 1258013633
        },
        {
            "start": 1258013635,
            "stop": 1258014243
        },
        {
            "start": 1258014245,
            "stop": 1258014333
        },
        {
            "start": 1258014337,
            "stop": 1258016274
        },
        {
            "start": 1258016275,
            "stop": 1258020090
        },
        {
            "start": 1258020095,
            "stop": 1258022241
        }
    ]
}