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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=708",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=706",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 707,
    "results": [
        {
            "start": 1266554974,
            "stop": 1266555056
        },
        {
            "start": 1266555059,
            "stop": 1266555289
        },
        {
            "start": 1266555291,
            "stop": 1266555705
        },
        {
            "start": 1266555707,
            "stop": 1266556464
        },
        {
            "start": 1266556467,
            "stop": 1266557194
        },
        {
            "start": 1266557196,
            "stop": 1266558299
        },
        {
            "start": 1266558302,
            "stop": 1266563514
        },
        {
            "start": 1266563517,
            "stop": 1266564525
        },
        {
            "start": 1266564528,
            "stop": 1266568345
        },
        {
            "start": 1266568346,
            "stop": 1266568347
        },
        {
            "start": 1266568348,
            "stop": 1266568587
        },
        {
            "start": 1266568589,
            "stop": 1266568591
        },
        {
            "start": 1266568593,
            "stop": 1266569536
        },
        {
            "start": 1266569539,
            "stop": 1266572281
        },
        {
            "start": 1266572284,
            "stop": 1266573859
        },
        {
            "start": 1266573862,
            "stop": 1266576180
        },
        {
            "start": 1266576183,
            "stop": 1266579003
        },
        {
            "start": 1266579004,
            "stop": 1266583634
        },
        {
            "start": 1266583636,
            "stop": 1266585179
        },
        {
            "start": 1266585181,
            "stop": 1266589451
        }
    ]
}