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_CAT2/segments?format=api&page=543
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=544",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=542",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 543,
    "results": [
        {
            "start": 1262806607,
            "stop": 1262806637
        },
        {
            "start": 1262806640,
            "stop": 1262806645
        },
        {
            "start": 1262806648,
            "stop": 1262806649
        },
        {
            "start": 1262806652,
            "stop": 1262806657
        },
        {
            "start": 1262806660,
            "stop": 1262806689
        },
        {
            "start": 1262806692,
            "stop": 1262806720
        },
        {
            "start": 1262806723,
            "stop": 1262806763
        },
        {
            "start": 1262806766,
            "stop": 1262806820
        },
        {
            "start": 1262806823,
            "stop": 1262806826
        },
        {
            "start": 1262806829,
            "stop": 1262806842
        },
        {
            "start": 1262806845,
            "stop": 1262806854
        },
        {
            "start": 1262806857,
            "stop": 1262806859
        },
        {
            "start": 1262806862,
            "stop": 1262806872
        },
        {
            "start": 1262806875,
            "stop": 1262806889
        },
        {
            "start": 1262806892,
            "stop": 1262806927
        },
        {
            "start": 1262806929,
            "stop": 1262806933
        },
        {
            "start": 1262806936,
            "stop": 1262806947
        },
        {
            "start": 1262806950,
            "stop": 1262806954
        },
        {
            "start": 1262806960,
            "stop": 1262806966
        },
        {
            "start": 1262806969,
            "stop": 1262807079
        }
    ]
}