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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=335",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 336,
    "results": [
        {
            "start": 1260426740,
            "stop": 1260426872
        },
        {
            "start": 1260426874,
            "stop": 1260427016
        },
        {
            "start": 1260433875,
            "stop": 1260433984
        },
        {
            "start": 1260433986,
            "stop": 1260434054
        },
        {
            "start": 1260434055,
            "stop": 1260434073
        },
        {
            "start": 1260434076,
            "stop": 1260434107
        },
        {
            "start": 1260434108,
            "stop": 1260434313
        },
        {
            "start": 1260434316,
            "stop": 1260434395
        },
        {
            "start": 1260434396,
            "stop": 1260434443
        },
        {
            "start": 1260434445,
            "stop": 1260434547
        },
        {
            "start": 1260434548,
            "stop": 1260434619
        },
        {
            "start": 1260434622,
            "stop": 1260434849
        },
        {
            "start": 1260434852,
            "stop": 1260435482
        },
        {
            "start": 1260435485,
            "stop": 1260436023
        },
        {
            "start": 1260436025,
            "stop": 1260437302
        },
        {
            "start": 1260437303,
            "stop": 1260437493
        },
        {
            "start": 1260437496,
            "stop": 1260438762
        },
        {
            "start": 1260438764,
            "stop": 1260439240
        },
        {
            "start": 1260439242,
            "stop": 1260440735
        },
        {
            "start": 1260440743,
            "stop": 1260440886
        }
    ]
}