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=3029
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=3030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3028",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3029,
    "results": [
        {
            "start": 863803260,
            "stop": 863804880
        },
        {
            "start": 863805000,
            "stop": 863805585
        },
        {
            "start": 863806623,
            "stop": 863807040
        },
        {
            "start": 863807220,
            "stop": 863809980
        },
        {
            "start": 863810040,
            "stop": 863810241
        },
        {
            "start": 863810541,
            "stop": 863811152
        },
        {
            "start": 863811158,
            "stop": 863811480
        },
        {
            "start": 863811540,
            "stop": 863812682
        },
        {
            "start": 863812688,
            "stop": 863820060
        },
        {
            "start": 863820180,
            "stop": 863822940
        },
        {
            "start": 863823000,
            "stop": 863825047
        },
        {
            "start": 863825051,
            "stop": 863826180
        },
        {
            "start": 863826240,
            "stop": 863826442
        },
        {
            "start": 863826448,
            "stop": 863826457
        },
        {
            "start": 863826465,
            "stop": 863826780
        },
        {
            "start": 863826840,
            "stop": 863826884
        },
        {
            "start": 863827065,
            "stop": 863827080
        },
        {
            "start": 863827140,
            "stop": 863827440
        },
        {
            "start": 863827500,
            "stop": 863827789
        },
        {
            "start": 863827792,
            "stop": 863827894
        }
    ]
}