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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=209",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 210,
    "results": [
        {
            "start": 1259252075,
            "stop": 1259252138
        },
        {
            "start": 1259252141,
            "stop": 1259252174
        },
        {
            "start": 1259252177,
            "stop": 1259252181
        },
        {
            "start": 1259252184,
            "stop": 1259252205
        },
        {
            "start": 1259252208,
            "stop": 1259252214
        },
        {
            "start": 1259252217,
            "stop": 1259252218
        },
        {
            "start": 1259252221,
            "stop": 1259252224
        },
        {
            "start": 1259252233,
            "stop": 1259252309
        },
        {
            "start": 1259252312,
            "stop": 1259252426
        },
        {
            "start": 1259252438,
            "stop": 1259252495
        },
        {
            "start": 1259252498,
            "stop": 1259252508
        },
        {
            "start": 1259252514,
            "stop": 1259252517
        },
        {
            "start": 1259252520,
            "stop": 1259252534
        },
        {
            "start": 1259252537,
            "stop": 1259252552
        },
        {
            "start": 1259252555,
            "stop": 1259252582
        },
        {
            "start": 1259252585,
            "stop": 1259252599
        },
        {
            "start": 1259252611,
            "stop": 1259252612
        },
        {
            "start": 1259252615,
            "stop": 1259252621
        },
        {
            "start": 1259252630,
            "stop": 1259252712
        },
        {
            "start": 1259252715,
            "stop": 1259252718
        }
    ]
}