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=399
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=400",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=398",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 399,
    "results": [
        {
            "start": 1261081579,
            "stop": 1261081613
        },
        {
            "start": 1261081615,
            "stop": 1261081652
        },
        {
            "start": 1261081653,
            "stop": 1261081688
        },
        {
            "start": 1261081691,
            "stop": 1261081692
        },
        {
            "start": 1261081697,
            "stop": 1261081723
        },
        {
            "start": 1261081726,
            "stop": 1261081744
        },
        {
            "start": 1261081747,
            "stop": 1261081750
        },
        {
            "start": 1261081753,
            "stop": 1261081757
        },
        {
            "start": 1261081759,
            "stop": 1261081791
        },
        {
            "start": 1261081794,
            "stop": 1261081796
        },
        {
            "start": 1261081797,
            "stop": 1261081798
        },
        {
            "start": 1261081799,
            "stop": 1261081839
        },
        {
            "start": 1261081842,
            "stop": 1261081900
        },
        {
            "start": 1261081902,
            "stop": 1261082304
        },
        {
            "start": 1261082307,
            "stop": 1261082424
        },
        {
            "start": 1261082427,
            "stop": 1261082445
        },
        {
            "start": 1261082448,
            "stop": 1261082457
        },
        {
            "start": 1261082460,
            "stop": 1261084551
        },
        {
            "start": 1261084559,
            "stop": 1261085489
        },
        {
            "start": 1261085612,
            "stop": 1261086627
        }
    ]
}