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/L1_BURST_CAT2/segments?format=api&page=251
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=250",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 251,
    "results": [
        {
            "start": 1262690760,
            "stop": 1262690771
        },
        {
            "start": 1262690773,
            "stop": 1262690790
        },
        {
            "start": 1262690792,
            "stop": 1262690813
        },
        {
            "start": 1262690817,
            "stop": 1262690857
        },
        {
            "start": 1262690859,
            "stop": 1262690863
        },
        {
            "start": 1262690866,
            "stop": 1262690874
        },
        {
            "start": 1262690880,
            "stop": 1262690881
        },
        {
            "start": 1262690884,
            "stop": 1262690901
        },
        {
            "start": 1262690905,
            "stop": 1262690944
        },
        {
            "start": 1262690947,
            "stop": 1262690979
        },
        {
            "start": 1262690982,
            "stop": 1262690984
        },
        {
            "start": 1262690988,
            "stop": 1262690990
        },
        {
            "start": 1262690993,
            "stop": 1262691043
        },
        {
            "start": 1262691048,
            "stop": 1262691208
        },
        {
            "start": 1262691210,
            "stop": 1262691255
        },
        {
            "start": 1262691258,
            "stop": 1262691331
        },
        {
            "start": 1262691334,
            "stop": 1262691559
        },
        {
            "start": 1262691560,
            "stop": 1262691562
        },
        {
            "start": 1262691568,
            "stop": 1262691589
        },
        {
            "start": 1262691590,
            "stop": 1262691627
        }
    ]
}