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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33116",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33117,
    "results": [
        {
            "start": 970560666,
            "stop": 970560668
        },
        {
            "start": 970560674,
            "stop": 970560682
        },
        {
            "start": 970560684,
            "stop": 970560692
        },
        {
            "start": 970560693,
            "stop": 970560714
        },
        {
            "start": 970560716,
            "stop": 970560733
        },
        {
            "start": 970560734,
            "stop": 970560738
        },
        {
            "start": 970560739,
            "stop": 970560757
        },
        {
            "start": 970560758,
            "stop": 970560789
        },
        {
            "start": 970560791,
            "stop": 970560856
        },
        {
            "start": 970560860,
            "stop": 970560863
        },
        {
            "start": 970560864,
            "stop": 970560877
        },
        {
            "start": 970560880,
            "stop": 970560881
        },
        {
            "start": 970560885,
            "stop": 970560907
        },
        {
            "start": 970560910,
            "stop": 970560913
        },
        {
            "start": 970560914,
            "stop": 970560951
        },
        {
            "start": 970560953,
            "stop": 970560977
        },
        {
            "start": 970560978,
            "stop": 970560984
        },
        {
            "start": 970560985,
            "stop": 970560986
        },
        {
            "start": 970560987,
            "stop": 970560999
        },
        {
            "start": 970561005,
            "stop": 970561013
        }
    ]
}