Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=351",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 352,
    "results": [
        {
            "start": 1260671251,
            "stop": 1260671393
        },
        {
            "start": 1260671396,
            "stop": 1260672036
        },
        {
            "start": 1260672039,
            "stop": 1260672056
        },
        {
            "start": 1260672059,
            "stop": 1260672162
        },
        {
            "start": 1260672165,
            "stop": 1260672176
        },
        {
            "start": 1260672179,
            "stop": 1260672190
        },
        {
            "start": 1260672193,
            "stop": 1260672196
        },
        {
            "start": 1260672199,
            "stop": 1260672214
        },
        {
            "start": 1260672217,
            "stop": 1260672218
        },
        {
            "start": 1260672220,
            "stop": 1260672232
        },
        {
            "start": 1260672235,
            "stop": 1260672340
        },
        {
            "start": 1260672343,
            "stop": 1260672345
        },
        {
            "start": 1260672348,
            "stop": 1260673385
        },
        {
            "start": 1260673388,
            "stop": 1260674237
        },
        {
            "start": 1260674240,
            "stop": 1260674248
        },
        {
            "start": 1260674251,
            "stop": 1260674784
        },
        {
            "start": 1260674790,
            "stop": 1260674899
        },
        {
            "start": 1260674902,
            "stop": 1260674935
        },
        {
            "start": 1260674938,
            "stop": 1260675236
        },
        {
            "start": 1260675239,
            "stop": 1260676094
        }
    ]
}