Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=230",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 231,
    "results": [
        {
            "start": 1262586062,
            "stop": 1262586489
        },
        {
            "start": 1262586493,
            "stop": 1262588365
        },
        {
            "start": 1262588369,
            "stop": 1262589707
        },
        {
            "start": 1262589710,
            "stop": 1262590144
        },
        {
            "start": 1262590147,
            "stop": 1262592530
        },
        {
            "start": 1262592532,
            "stop": 1262595363
        },
        {
            "start": 1262607622,
            "stop": 1262608853
        },
        {
            "start": 1262608856,
            "stop": 1262610950
        },
        {
            "start": 1262610955,
            "stop": 1262611277
        },
        {
            "start": 1262611279,
            "stop": 1262615693
        },
        {
            "start": 1262615697,
            "stop": 1262617094
        },
        {
            "start": 1262617099,
            "stop": 1262617543
        },
        {
            "start": 1262617547,
            "stop": 1262618866
        },
        {
            "start": 1262618870,
            "stop": 1262619989
        },
        {
            "start": 1262619993,
            "stop": 1262620799
        },
        {
            "start": 1262620802,
            "stop": 1262620957
        },
        {
            "start": 1262621078,
            "stop": 1262624552
        },
        {
            "start": 1262624556,
            "stop": 1262625236
        },
        {
            "start": 1262625238,
            "stop": 1262625521
        },
        {
            "start": 1262625522,
            "stop": 1262631912
        }
    ]
}