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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=543",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=541",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 542,
    "results": [
        {
            "start": 1184937212,
            "stop": 1184937891
        },
        {
            "start": 1184937893,
            "stop": 1184937894
        },
        {
            "start": 1184937896,
            "stop": 1184937897
        },
        {
            "start": 1184937900,
            "stop": 1184938088
        },
        {
            "start": 1184938097,
            "stop": 1184938099
        },
        {
            "start": 1184938101,
            "stop": 1184938122
        },
        {
            "start": 1184938124,
            "stop": 1184938424
        },
        {
            "start": 1184938427,
            "stop": 1184938632
        },
        {
            "start": 1184938636,
            "stop": 1184939604
        },
        {
            "start": 1184939606,
            "stop": 1184939710
        },
        {
            "start": 1184939712,
            "stop": 1184939876
        },
        {
            "start": 1184939879,
            "stop": 1184939881
        },
        {
            "start": 1184939885,
            "stop": 1184939889
        },
        {
            "start": 1184939891,
            "stop": 1184940095
        },
        {
            "start": 1184940097,
            "stop": 1184940106
        },
        {
            "start": 1184940112,
            "stop": 1184940215
        },
        {
            "start": 1184940224,
            "stop": 1184940227
        },
        {
            "start": 1184940234,
            "stop": 1184940237
        },
        {
            "start": 1184940239,
            "stop": 1184940251
        },
        {
            "start": 1184940254,
            "stop": 1184940324
        }
    ]
}