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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=384",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 385,
    "results": [
        {
            "start": 825878857,
            "stop": 825879002
        },
        {
            "start": 825879006,
            "stop": 825879049
        },
        {
            "start": 825879053,
            "stop": 825879071
        },
        {
            "start": 825879074,
            "stop": 825879130
        },
        {
            "start": 825879139,
            "stop": 825879780
        },
        {
            "start": 825879840,
            "stop": 825880103
        },
        {
            "start": 825880107,
            "stop": 825880223
        },
        {
            "start": 825880236,
            "stop": 825880411
        },
        {
            "start": 825882824,
            "stop": 825882827
        },
        {
            "start": 825882831,
            "stop": 825882967
        },
        {
            "start": 825882970,
            "stop": 825882976
        },
        {
            "start": 825882979,
            "stop": 825883351
        },
        {
            "start": 825883359,
            "stop": 825883394
        },
        {
            "start": 825883412,
            "stop": 825883635
        },
        {
            "start": 825883642,
            "stop": 825883645
        },
        {
            "start": 825883649,
            "stop": 825883847
        },
        {
            "start": 825883856,
            "stop": 825883915
        },
        {
            "start": 825883919,
            "stop": 825883924
        },
        {
            "start": 825883943,
            "stop": 825883949
        },
        {
            "start": 825883953,
            "stop": 825883963
        }
    ]
}