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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33152",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33153,
    "results": [
        {
            "start": 970602784,
            "stop": 970602794
        },
        {
            "start": 970602797,
            "stop": 970602802
        },
        {
            "start": 970602803,
            "stop": 970602810
        },
        {
            "start": 970602813,
            "stop": 970602827
        },
        {
            "start": 970602830,
            "stop": 970602847
        },
        {
            "start": 970602850,
            "stop": 970602860
        },
        {
            "start": 970602862,
            "stop": 970602863
        },
        {
            "start": 970602866,
            "stop": 970602873
        },
        {
            "start": 970602876,
            "stop": 970602884
        },
        {
            "start": 970602886,
            "stop": 970602890
        },
        {
            "start": 970602893,
            "stop": 970602898
        },
        {
            "start": 970602902,
            "stop": 970602913
        },
        {
            "start": 970602915,
            "stop": 970602916
        },
        {
            "start": 970602919,
            "stop": 970602923
        },
        {
            "start": 970602924,
            "stop": 970602927
        },
        {
            "start": 970602929,
            "stop": 970602934
        },
        {
            "start": 970602935,
            "stop": 970602951
        },
        {
            "start": 970602956,
            "stop": 970602962
        },
        {
            "start": 970602965,
            "stop": 970602973
        },
        {
            "start": 970602976,
            "stop": 970602980
        }
    ]
}