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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=293",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 294,
    "results": [
        {
            "start": 1260232282,
            "stop": 1260233181
        },
        {
            "start": 1260233182,
            "stop": 1260233320
        },
        {
            "start": 1260233321,
            "stop": 1260233987
        },
        {
            "start": 1260233988,
            "stop": 1260234544
        },
        {
            "start": 1260234545,
            "stop": 1260234797
        },
        {
            "start": 1260234800,
            "stop": 1260235131
        },
        {
            "start": 1260235132,
            "stop": 1260235189
        },
        {
            "start": 1260235191,
            "stop": 1260235298
        },
        {
            "start": 1260235300,
            "stop": 1260235317
        },
        {
            "start": 1260235320,
            "stop": 1260235324
        },
        {
            "start": 1260235327,
            "stop": 1260235339
        },
        {
            "start": 1260235342,
            "stop": 1260235352
        },
        {
            "start": 1260235353,
            "stop": 1260235695
        },
        {
            "start": 1260235697,
            "stop": 1260235836
        },
        {
            "start": 1260235839,
            "stop": 1260235843
        },
        {
            "start": 1260235845,
            "stop": 1260235874
        },
        {
            "start": 1260235877,
            "stop": 1260235973
        },
        {
            "start": 1260235976,
            "stop": 1260236044
        },
        {
            "start": 1260236045,
            "stop": 1260236069
        },
        {
            "start": 1260236072,
            "stop": 1260236258
        }
    ]
}