Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3681
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3682",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3680",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3681,
    "results": [
        {
            "start": 970857254,
            "stop": 970857256
        },
        {
            "start": 970857316,
            "stop": 970857494
        },
        {
            "start": 970857616,
            "stop": 970857622
        },
        {
            "start": 970857625,
            "stop": 970857662
        },
        {
            "start": 970857665,
            "stop": 970857712
        },
        {
            "start": 970857716,
            "stop": 970857732
        },
        {
            "start": 970857733,
            "stop": 970857740
        },
        {
            "start": 970857743,
            "stop": 970857768
        },
        {
            "start": 970857859,
            "stop": 970857924
        },
        {
            "start": 970857964,
            "stop": 970857992
        },
        {
            "start": 970857997,
            "stop": 970857999
        },
        {
            "start": 970858003,
            "stop": 970858062
        },
        {
            "start": 970858065,
            "stop": 970858398
        },
        {
            "start": 970858401,
            "stop": 970858426
        },
        {
            "start": 970858430,
            "stop": 970858482
        },
        {
            "start": 970858493,
            "stop": 970858516
        },
        {
            "start": 970858576,
            "stop": 970858636
        },
        {
            "start": 970891547,
            "stop": 970891599
        },
        {
            "start": 970891602,
            "stop": 970891836
        },
        {
            "start": 970891839,
            "stop": 970892300
        }
    ]
}