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=728
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=729",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=727",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 728,
    "results": [
        {
            "start": 1267278671,
            "stop": 1267279554
        },
        {
            "start": 1267279557,
            "stop": 1267279740
        },
        {
            "start": 1267279743,
            "stop": 1267284165
        },
        {
            "start": 1267284166,
            "stop": 1267284665
        },
        {
            "start": 1267284668,
            "stop": 1267285575
        },
        {
            "start": 1267338920,
            "stop": 1267342629
        },
        {
            "start": 1267354670,
            "stop": 1267355686
        },
        {
            "start": 1267355687,
            "stop": 1267359461
        },
        {
            "start": 1267359464,
            "stop": 1267361774
        },
        {
            "start": 1267361777,
            "stop": 1267363533
        },
        {
            "start": 1267363536,
            "stop": 1267364176
        },
        {
            "start": 1267364179,
            "stop": 1267369282
        },
        {
            "start": 1267369285,
            "stop": 1267369707
        },
        {
            "start": 1267369715,
            "stop": 1267371239
        },
        {
            "start": 1267371242,
            "stop": 1267371381
        },
        {
            "start": 1267371385,
            "stop": 1267371436
        },
        {
            "start": 1267371438,
            "stop": 1267371464
        },
        {
            "start": 1267371467,
            "stop": 1267372068
        },
        {
            "start": 1267372071,
            "stop": 1267373041
        },
        {
            "start": 1267373044,
            "stop": 1267377705
        }
    ]
}