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=420
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=421",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=419",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 420,
    "results": [
        {
            "start": 1261491230,
            "stop": 1261491412
        },
        {
            "start": 1261497071,
            "stop": 1261497518
        },
        {
            "start": 1261497521,
            "stop": 1261497780
        },
        {
            "start": 1261497783,
            "stop": 1261498006
        },
        {
            "start": 1261498009,
            "stop": 1261500346
        },
        {
            "start": 1261500349,
            "stop": 1261500822
        },
        {
            "start": 1261500825,
            "stop": 1261501399
        },
        {
            "start": 1261501402,
            "stop": 1261501403
        },
        {
            "start": 1261501406,
            "stop": 1261501415
        },
        {
            "start": 1261501418,
            "stop": 1261501425
        },
        {
            "start": 1261501428,
            "stop": 1261501437
        },
        {
            "start": 1261501440,
            "stop": 1261501990
        },
        {
            "start": 1261501993,
            "stop": 1261503012
        },
        {
            "start": 1261503015,
            "stop": 1261503907
        },
        {
            "start": 1261503910,
            "stop": 1261504106
        },
        {
            "start": 1261504109,
            "stop": 1261504170
        },
        {
            "start": 1261504173,
            "stop": 1261504234
        },
        {
            "start": 1261504237,
            "stop": 1261504524
        },
        {
            "start": 1261504527,
            "stop": 1261505714
        },
        {
            "start": 1261505717,
            "stop": 1261507623
        }
    ]
}