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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=714",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=712",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 713,
    "results": [
        {
            "start": 1266785532,
            "stop": 1266786669
        },
        {
            "start": 1266786672,
            "stop": 1266787799
        },
        {
            "start": 1266787802,
            "stop": 1266788726
        },
        {
            "start": 1266788729,
            "stop": 1266789705
        },
        {
            "start": 1266792212,
            "stop": 1266798920
        },
        {
            "start": 1266798928,
            "stop": 1266799019
        },
        {
            "start": 1266799022,
            "stop": 1266799128
        },
        {
            "start": 1266799131,
            "stop": 1266799144
        },
        {
            "start": 1266799147,
            "stop": 1266799149
        },
        {
            "start": 1266799152,
            "stop": 1266799156
        },
        {
            "start": 1266799159,
            "stop": 1266800664
        },
        {
            "start": 1266800667,
            "stop": 1266802034
        },
        {
            "start": 1266802037,
            "stop": 1266804037
        },
        {
            "start": 1266804040,
            "stop": 1266804098
        },
        {
            "start": 1266804101,
            "stop": 1266811395
        },
        {
            "start": 1266811398,
            "stop": 1266815432
        },
        {
            "start": 1266815435,
            "stop": 1266818774
        },
        {
            "start": 1266818777,
            "stop": 1266820259
        },
        {
            "start": 1266820262,
            "stop": 1266821180
        },
        {
            "start": 1266821183,
            "stop": 1266824913
        }
    ]
}