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=723
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=724",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=722",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 723,
    "results": [
        {
            "start": 1267109831,
            "stop": 1267109846
        },
        {
            "start": 1267109854,
            "stop": 1267111374
        },
        {
            "start": 1267111377,
            "stop": 1267112042
        },
        {
            "start": 1267112045,
            "stop": 1267113564
        },
        {
            "start": 1267113567,
            "stop": 1267113624
        },
        {
            "start": 1267113627,
            "stop": 1267115266
        },
        {
            "start": 1267115269,
            "stop": 1267121039
        },
        {
            "start": 1267121042,
            "stop": 1267123540
        },
        {
            "start": 1267123543,
            "stop": 1267124595
        },
        {
            "start": 1267124598,
            "stop": 1267125412
        },
        {
            "start": 1267125415,
            "stop": 1267125852
        },
        {
            "start": 1267125855,
            "stop": 1267127603
        },
        {
            "start": 1267127606,
            "stop": 1267133474
        },
        {
            "start": 1267133477,
            "stop": 1267138192
        },
        {
            "start": 1267138195,
            "stop": 1267142783
        },
        {
            "start": 1267142791,
            "stop": 1267145362
        },
        {
            "start": 1267145389,
            "stop": 1267150232
        },
        {
            "start": 1267150235,
            "stop": 1267150987
        },
        {
            "start": 1267150990,
            "stop": 1267152782
        },
        {
            "start": 1267152790,
            "stop": 1267153475
        }
    ]
}