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=427
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=428",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=426",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 427,
    "results": [
        {
            "start": 1261530700,
            "stop": 1261530721
        },
        {
            "start": 1261530724,
            "stop": 1261530767
        },
        {
            "start": 1261530770,
            "stop": 1261530805
        },
        {
            "start": 1261530808,
            "stop": 1261530896
        },
        {
            "start": 1261530899,
            "stop": 1261530900
        },
        {
            "start": 1261530903,
            "stop": 1261531209
        },
        {
            "start": 1261531212,
            "stop": 1261531242
        },
        {
            "start": 1261531245,
            "stop": 1261531247
        },
        {
            "start": 1261531250,
            "stop": 1261531498
        },
        {
            "start": 1261531501,
            "stop": 1261531535
        },
        {
            "start": 1261531538,
            "stop": 1261531539
        },
        {
            "start": 1261531542,
            "stop": 1261531547
        },
        {
            "start": 1261531553,
            "stop": 1261531736
        },
        {
            "start": 1261531739,
            "stop": 1261531741
        },
        {
            "start": 1261531747,
            "stop": 1261531769
        },
        {
            "start": 1261531772,
            "stop": 1261532286
        },
        {
            "start": 1261532289,
            "stop": 1261533074
        },
        {
            "start": 1261533077,
            "stop": 1261533079
        },
        {
            "start": 1261533081,
            "stop": 1261533083
        },
        {
            "start": 1261533086,
            "stop": 1261533597
        }
    ]
}