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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=219",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 220,
    "results": [
        {
            "start": 1239922752,
            "stop": 1239922870
        },
        {
            "start": 1239922872,
            "stop": 1239922938
        },
        {
            "start": 1239922943,
            "stop": 1239922990
        },
        {
            "start": 1239922992,
            "stop": 1239923110
        },
        {
            "start": 1239923112,
            "stop": 1239923230
        },
        {
            "start": 1239923232,
            "stop": 1239923350
        },
        {
            "start": 1239923352,
            "stop": 1239923411
        },
        {
            "start": 1239923415,
            "stop": 1239923470
        },
        {
            "start": 1239923472,
            "stop": 1239923590
        },
        {
            "start": 1239923592,
            "stop": 1239923710
        },
        {
            "start": 1239923712,
            "stop": 1239923830
        },
        {
            "start": 1239923832,
            "stop": 1239923930
        },
        {
            "start": 1239923932,
            "stop": 1239924070
        },
        {
            "start": 1239924072,
            "stop": 1239924190
        },
        {
            "start": 1239924192,
            "stop": 1239924310
        },
        {
            "start": 1239924312,
            "stop": 1239924430
        },
        {
            "start": 1239924432,
            "stop": 1239924550
        },
        {
            "start": 1239924552,
            "stop": 1239924670
        },
        {
            "start": 1239924672,
            "stop": 1239924790
        },
        {
            "start": 1239924792,
            "stop": 1239924910
        }
    ]
}