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=403
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=404",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=402",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 403,
    "results": [
        {
            "start": 1261127810,
            "stop": 1261127821
        },
        {
            "start": 1261127826,
            "stop": 1261127832
        },
        {
            "start": 1261127835,
            "stop": 1261127877
        },
        {
            "start": 1261127879,
            "stop": 1261127966
        },
        {
            "start": 1261127969,
            "stop": 1261127986
        },
        {
            "start": 1261127989,
            "stop": 1261127993
        },
        {
            "start": 1261127996,
            "stop": 1261128025
        },
        {
            "start": 1261128028,
            "stop": 1261132073
        },
        {
            "start": 1261132076,
            "stop": 1261132082
        },
        {
            "start": 1261132084,
            "stop": 1261132085
        },
        {
            "start": 1261132088,
            "stop": 1261132118
        },
        {
            "start": 1261132121,
            "stop": 1261132146
        },
        {
            "start": 1261132149,
            "stop": 1261132160
        },
        {
            "start": 1261132163,
            "stop": 1261132169
        },
        {
            "start": 1261132174,
            "stop": 1261132176
        },
        {
            "start": 1261132181,
            "stop": 1261132196
        },
        {
            "start": 1261132198,
            "stop": 1261132207
        },
        {
            "start": 1261132208,
            "stop": 1261132228
        },
        {
            "start": 1261132230,
            "stop": 1261132236
        },
        {
            "start": 1261132239,
            "stop": 1261132254
        }
    ]
}