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=410
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=411",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=409",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 410,
    "results": [
        {
            "start": 1261327954,
            "stop": 1261328561
        },
        {
            "start": 1261328564,
            "stop": 1261328709
        },
        {
            "start": 1261328711,
            "stop": 1261329137
        },
        {
            "start": 1261329140,
            "stop": 1261329725
        },
        {
            "start": 1261329728,
            "stop": 1261330550
        },
        {
            "start": 1261330553,
            "stop": 1261332180
        },
        {
            "start": 1261332183,
            "stop": 1261332828
        },
        {
            "start": 1261332831,
            "stop": 1261332958
        },
        {
            "start": 1261332960,
            "stop": 1261333211
        },
        {
            "start": 1261333214,
            "stop": 1261333730
        },
        {
            "start": 1261333733,
            "stop": 1261337172
        },
        {
            "start": 1261337175,
            "stop": 1261340130
        },
        {
            "start": 1261340133,
            "stop": 1261340403
        },
        {
            "start": 1261340406,
            "stop": 1261341355
        },
        {
            "start": 1261341358,
            "stop": 1261341778
        },
        {
            "start": 1261341781,
            "stop": 1261341865
        },
        {
            "start": 1261352283,
            "stop": 1261354180
        },
        {
            "start": 1261354183,
            "stop": 1261354335
        },
        {
            "start": 1261354338,
            "stop": 1261354582
        },
        {
            "start": 1261354585,
            "stop": 1261356846
        }
    ]
}