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=2958
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=2959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2957",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2958,
    "results": [
        {
            "start": 860150499,
            "stop": 860150618
        },
        {
            "start": 860150622,
            "stop": 860150700
        },
        {
            "start": 860150820,
            "stop": 860150880
        },
        {
            "start": 860151604,
            "stop": 860151695
        },
        {
            "start": 860151699,
            "stop": 860151745
        },
        {
            "start": 860151748,
            "stop": 860151960
        },
        {
            "start": 860152020,
            "stop": 860155200
        },
        {
            "start": 860155260,
            "stop": 860158860
        },
        {
            "start": 860158920,
            "stop": 860158980
        },
        {
            "start": 860159040,
            "stop": 860159100
        },
        {
            "start": 860159400,
            "stop": 860159516
        },
        {
            "start": 860159519,
            "stop": 860159682
        },
        {
            "start": 860159686,
            "stop": 860159712
        },
        {
            "start": 860159715,
            "stop": 860159815
        },
        {
            "start": 860159818,
            "stop": 860159918
        },
        {
            "start": 860159931,
            "stop": 860159937
        },
        {
            "start": 860159951,
            "stop": 860159956
        },
        {
            "start": 860159960,
            "stop": 860160147
        },
        {
            "start": 860160157,
            "stop": 860160162
        },
        {
            "start": 860160166,
            "stop": 860160168
        }
    ]
}