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=543
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=544",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=542",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 543,
    "results": [
        {
            "start": 1184940326,
            "stop": 1184940362
        },
        {
            "start": 1184940364,
            "stop": 1184940365
        },
        {
            "start": 1184940371,
            "stop": 1184940373
        },
        {
            "start": 1184940376,
            "stop": 1184941136
        },
        {
            "start": 1184941138,
            "stop": 1184941161
        },
        {
            "start": 1184941163,
            "stop": 1184941231
        },
        {
            "start": 1184941241,
            "stop": 1184941243
        },
        {
            "start": 1184941245,
            "stop": 1184941502
        },
        {
            "start": 1184941504,
            "stop": 1184942742
        },
        {
            "start": 1184942746,
            "stop": 1184942942
        },
        {
            "start": 1184942944,
            "stop": 1184943116
        },
        {
            "start": 1184943120,
            "stop": 1184943181
        },
        {
            "start": 1184943183,
            "stop": 1184943190
        },
        {
            "start": 1184943192,
            "stop": 1184943195
        },
        {
            "start": 1184943197,
            "stop": 1184943624
        },
        {
            "start": 1184943626,
            "stop": 1184943629
        },
        {
            "start": 1184943631,
            "stop": 1184943657
        },
        {
            "start": 1184943660,
            "stop": 1184943846
        },
        {
            "start": 1184943853,
            "stop": 1184944876
        },
        {
            "start": 1184944883,
            "stop": 1184944961
        }
    ]
}