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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=219",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 220,
    "results": [
        {
            "start": 1259259658,
            "stop": 1259259760
        },
        {
            "start": 1259259769,
            "stop": 1259259772
        },
        {
            "start": 1259259775,
            "stop": 1259259805
        },
        {
            "start": 1259259820,
            "stop": 1259259821
        },
        {
            "start": 1259259824,
            "stop": 1259259908
        },
        {
            "start": 1259259911,
            "stop": 1259259935
        },
        {
            "start": 1259259938,
            "stop": 1259259944
        },
        {
            "start": 1259259947,
            "stop": 1259259951
        },
        {
            "start": 1259259954,
            "stop": 1259259957
        },
        {
            "start": 1259259966,
            "stop": 1259260040
        },
        {
            "start": 1259260043,
            "stop": 1259260168
        },
        {
            "start": 1259260171,
            "stop": 1259260180
        },
        {
            "start": 1259260186,
            "stop": 1259260431
        },
        {
            "start": 1259260434,
            "stop": 1259260436
        },
        {
            "start": 1259260439,
            "stop": 1259260442
        },
        {
            "start": 1259260445,
            "stop": 1259260452
        },
        {
            "start": 1259260458,
            "stop": 1259260464
        },
        {
            "start": 1259260470,
            "stop": 1259260473
        },
        {
            "start": 1259260476,
            "stop": 1259260477
        },
        {
            "start": 1259260482,
            "stop": 1259260483
        }
    ]
}