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=408
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=409",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=407",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 408,
    "results": [
        {
            "start": 1261219608,
            "stop": 1261222508
        },
        {
            "start": 1261222511,
            "stop": 1261222923
        },
        {
            "start": 1261222926,
            "stop": 1261224208
        },
        {
            "start": 1261224211,
            "stop": 1261225219
        },
        {
            "start": 1261225222,
            "stop": 1261225787
        },
        {
            "start": 1261225789,
            "stop": 1261230119
        },
        {
            "start": 1261230122,
            "stop": 1261232762
        },
        {
            "start": 1261232765,
            "stop": 1261235880
        },
        {
            "start": 1261235883,
            "stop": 1261237522
        },
        {
            "start": 1261238362,
            "stop": 1261240003
        },
        {
            "start": 1261240006,
            "stop": 1261244239
        },
        {
            "start": 1261244242,
            "stop": 1261244296
        },
        {
            "start": 1261244299,
            "stop": 1261244418
        },
        {
            "start": 1261244421,
            "stop": 1261244462
        },
        {
            "start": 1261244465,
            "stop": 1261244489
        },
        {
            "start": 1261261952,
            "stop": 1261262874
        },
        {
            "start": 1261262877,
            "stop": 1261264888
        },
        {
            "start": 1261264890,
            "stop": 1261265119
        },
        {
            "start": 1261265122,
            "stop": 1261266109
        },
        {
            "start": 1261266112,
            "stop": 1261266427
        }
    ]
}