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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=132",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 133,
    "results": [
        {
            "start": 1260210607,
            "stop": 1260210722
        },
        {
            "start": 1260210727,
            "stop": 1260211283
        },
        {
            "start": 1260211287,
            "stop": 1260211712
        },
        {
            "start": 1260211713,
            "stop": 1260212457
        },
        {
            "start": 1260212462,
            "stop": 1260214219
        },
        {
            "start": 1260214224,
            "stop": 1260214246
        },
        {
            "start": 1260214251,
            "stop": 1260214939
        },
        {
            "start": 1260214947,
            "stop": 1260215016
        },
        {
            "start": 1260215021,
            "stop": 1260216542
        },
        {
            "start": 1260216547,
            "stop": 1260216855
        },
        {
            "start": 1260216860,
            "stop": 1260217183
        },
        {
            "start": 1260217188,
            "stop": 1260217445
        },
        {
            "start": 1260217448,
            "stop": 1260217552
        },
        {
            "start": 1260217555,
            "stop": 1260219218
        },
        {
            "start": 1260219223,
            "stop": 1260219431
        },
        {
            "start": 1260219436,
            "stop": 1260220057
        },
        {
            "start": 1260220062,
            "stop": 1260220116
        },
        {
            "start": 1260220121,
            "stop": 1260221430
        },
        {
            "start": 1260225011,
            "stop": 1260225568
        },
        {
            "start": 1260225572,
            "stop": 1260226247
        }
    ]
}