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=422
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=423",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=421",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 422,
    "results": [
        {
            "start": 1261514309,
            "stop": 1261514788
        },
        {
            "start": 1261514791,
            "stop": 1261514953
        },
        {
            "start": 1261514956,
            "stop": 1261514966
        },
        {
            "start": 1261514969,
            "stop": 1261514970
        },
        {
            "start": 1261514973,
            "stop": 1261514983
        },
        {
            "start": 1261514986,
            "stop": 1261515165
        },
        {
            "start": 1261515168,
            "stop": 1261515331
        },
        {
            "start": 1261515334,
            "stop": 1261515336
        },
        {
            "start": 1261515339,
            "stop": 1261515688
        },
        {
            "start": 1261515691,
            "stop": 1261515700
        },
        {
            "start": 1261515703,
            "stop": 1261515712
        },
        {
            "start": 1261515718,
            "stop": 1261515719
        },
        {
            "start": 1261515722,
            "stop": 1261515723
        },
        {
            "start": 1261515726,
            "stop": 1261515826
        },
        {
            "start": 1261515829,
            "stop": 1261515830
        },
        {
            "start": 1261515833,
            "stop": 1261516016
        },
        {
            "start": 1261516019,
            "stop": 1261516020
        },
        {
            "start": 1261516023,
            "stop": 1261516096
        },
        {
            "start": 1261516099,
            "stop": 1261516336
        },
        {
            "start": 1261516339,
            "stop": 1261516464
        }
    ]
}