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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2971",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2972,
    "results": [
        {
            "start": 860894942,
            "stop": 860895720
        },
        {
            "start": 860895780,
            "stop": 860908980
        },
        {
            "start": 860909040,
            "stop": 860920957
        },
        {
            "start": 860923746,
            "stop": 860923770
        },
        {
            "start": 860923774,
            "stop": 860925899
        },
        {
            "start": 860925902,
            "stop": 860926260
        },
        {
            "start": 860926320,
            "stop": 860937360
        },
        {
            "start": 860937420,
            "stop": 860938080
        },
        {
            "start": 860938140,
            "stop": 860943035
        },
        {
            "start": 860943040,
            "stop": 860943055
        },
        {
            "start": 860943120,
            "stop": 860944584
        },
        {
            "start": 860945855,
            "stop": 860946182
        },
        {
            "start": 860946185,
            "stop": 860946255
        },
        {
            "start": 860946258,
            "stop": 860946352
        },
        {
            "start": 860946355,
            "stop": 860946540
        },
        {
            "start": 860946660,
            "stop": 860947200
        },
        {
            "start": 860947260,
            "stop": 860947754
        },
        {
            "start": 860948452,
            "stop": 860950800
        },
        {
            "start": 860950860,
            "stop": 860953080
        },
        {
            "start": 860953140,
            "stop": 860953320
        }
    ]
}