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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=4",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 5,
    "results": [
        {
            "start": 1239840671,
            "stop": 1239878684
        },
        {
            "start": 1239878705,
            "stop": 1239878711
        },
        {
            "start": 1239878773,
            "stop": 1239918470
        },
        {
            "start": 1239920069,
            "stop": 1239923888
        },
        {
            "start": 1239940651,
            "stop": 1239993538
        },
        {
            "start": 1240037821,
            "stop": 1240065159
        },
        {
            "start": 1240065469,
            "stop": 1240066047
        },
        {
            "start": 1240104659,
            "stop": 1240111574
        },
        {
            "start": 1240124192,
            "stop": 1240141509
        },
        {
            "start": 1240146663,
            "stop": 1240160231
        },
        {
            "start": 1240189772,
            "stop": 1240214164
        },
        {
            "start": 1240219851,
            "stop": 1240249072
        },
        {
            "start": 1240266407,
            "stop": 1240275368
        },
        {
            "start": 1240275999,
            "stop": 1240277858
        },
        {
            "start": 1240279910,
            "stop": 1240285184
        },
        {
            "start": 1240285233,
            "stop": 1240331166
        },
        {
            "start": 1240335696,
            "stop": 1240342595
        },
        {
            "start": 1240345870,
            "stop": 1240352951
        },
        {
            "start": 1240360860,
            "stop": 1240371200
        },
        {
            "start": 1240371241,
            "stop": 1240374780
        }
    ]
}