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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 30,
    "results": [
        {
            "start": 1127479937,
            "stop": 1127480177
        },
        {
            "start": 1127480357,
            "stop": 1127480537
        },
        {
            "start": 1127480597,
            "stop": 1127480657
        },
        {
            "start": 1127481571,
            "stop": 1127483717
        },
        {
            "start": 1127483777,
            "stop": 1127484977
        },
        {
            "start": 1127485037,
            "stop": 1127485157
        },
        {
            "start": 1127485277,
            "stop": 1127485337
        },
        {
            "start": 1127485517,
            "stop": 1127485637
        },
        {
            "start": 1127485817,
            "stop": 1127485928
        },
        {
            "start": 1127486758,
            "stop": 1127490663
        },
        {
            "start": 1127493377,
            "stop": 1127494277
        },
        {
            "start": 1127494937,
            "stop": 1127495597
        },
        {
            "start": 1127495657,
            "stop": 1127495837
        },
        {
            "start": 1127496677,
            "stop": 1127496737
        },
        {
            "start": 1127497037,
            "stop": 1127497073
        },
        {
            "start": 1127497443,
            "stop": 1127497637
        },
        {
            "start": 1127497757,
            "stop": 1127497817
        },
        {
            "start": 1127497877,
            "stop": 1127499077
        },
        {
            "start": 1127505580,
            "stop": 1127508129
        },
        {
            "start": 1127508131,
            "stop": 1127508911
        }
    ]
}