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=431
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=432",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=430",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 431,
    "results": [
        {
            "start": 1261565105,
            "stop": 1261565639
        },
        {
            "start": 1261565647,
            "stop": 1261566020
        },
        {
            "start": 1261566028,
            "stop": 1261566501
        },
        {
            "start": 1261571704,
            "stop": 1261576963
        },
        {
            "start": 1261576971,
            "stop": 1261582192
        },
        {
            "start": 1261582195,
            "stop": 1261582822
        },
        {
            "start": 1261588010,
            "stop": 1261589511
        },
        {
            "start": 1261589514,
            "stop": 1261589555
        },
        {
            "start": 1261589558,
            "stop": 1261589613
        },
        {
            "start": 1261589621,
            "stop": 1261590931
        },
        {
            "start": 1261590934,
            "stop": 1261591090
        },
        {
            "start": 1261591092,
            "stop": 1261591750
        },
        {
            "start": 1261591753,
            "stop": 1261592557
        },
        {
            "start": 1261592565,
            "stop": 1261593293
        },
        {
            "start": 1261593296,
            "stop": 1261594931
        },
        {
            "start": 1261594938,
            "stop": 1261594982
        },
        {
            "start": 1261594985,
            "stop": 1261597633
        },
        {
            "start": 1261597636,
            "stop": 1261601034
        },
        {
            "start": 1261601037,
            "stop": 1261601083
        },
        {
            "start": 1261601086,
            "stop": 1261601329
        }
    ]
}