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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=57",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 58,
    "results": [
        {
            "start": 1258111186,
            "stop": 1258111187
        },
        {
            "start": 1258111188,
            "stop": 1258111190
        },
        {
            "start": 1258111192,
            "stop": 1258111194
        },
        {
            "start": 1258111195,
            "stop": 1258111200
        },
        {
            "start": 1258111203,
            "stop": 1258111204
        },
        {
            "start": 1258111205,
            "stop": 1258111211
        },
        {
            "start": 1258111212,
            "stop": 1258111213
        },
        {
            "start": 1258111214,
            "stop": 1258111227
        },
        {
            "start": 1258111237,
            "stop": 1258111238
        },
        {
            "start": 1258111242,
            "stop": 1258111247
        },
        {
            "start": 1258111253,
            "stop": 1258112070
        },
        {
            "start": 1258112073,
            "stop": 1258112266
        },
        {
            "start": 1258112271,
            "stop": 1258116623
        },
        {
            "start": 1258116627,
            "stop": 1258116687
        },
        {
            "start": 1258116692,
            "stop": 1258117388
        },
        {
            "start": 1258117389,
            "stop": 1258117626
        },
        {
            "start": 1258117627,
            "stop": 1258118371
        },
        {
            "start": 1258118379,
            "stop": 1258123002
        },
        {
            "start": 1258123003,
            "stop": 1258125415
        },
        {
            "start": 1258125419,
            "stop": 1258125833
        }
    ]
}