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=424
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=425",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=423",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 424,
    "results": [
        {
            "start": 1261520665,
            "stop": 1261520839
        },
        {
            "start": 1261520841,
            "stop": 1261521740
        },
        {
            "start": 1261521743,
            "stop": 1261521744
        },
        {
            "start": 1261521747,
            "stop": 1261521881
        },
        {
            "start": 1261521884,
            "stop": 1261521885
        },
        {
            "start": 1261521888,
            "stop": 1261521975
        },
        {
            "start": 1261521978,
            "stop": 1261522264
        },
        {
            "start": 1261522267,
            "stop": 1261522621
        },
        {
            "start": 1261522624,
            "stop": 1261522678
        },
        {
            "start": 1261522681,
            "stop": 1261522696
        },
        {
            "start": 1261522699,
            "stop": 1261522801
        },
        {
            "start": 1261522804,
            "stop": 1261522950
        },
        {
            "start": 1261522953,
            "stop": 1261523047
        },
        {
            "start": 1261523050,
            "stop": 1261523052
        },
        {
            "start": 1261523055,
            "stop": 1261523246
        },
        {
            "start": 1261523249,
            "stop": 1261523250
        },
        {
            "start": 1261523253,
            "stop": 1261523254
        },
        {
            "start": 1261523257,
            "stop": 1261523830
        },
        {
            "start": 1261523833,
            "stop": 1261523935
        },
        {
            "start": 1261523938,
            "stop": 1261523951
        }
    ]
}