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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1746",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1744",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1745,
    "results": [
        {
            "start": 1249385088,
            "stop": 1249385185
        },
        {
            "start": 1249385187,
            "stop": 1249385617
        },
        {
            "start": 1249385619,
            "stop": 1249385974
        },
        {
            "start": 1249385975,
            "stop": 1249386299
        },
        {
            "start": 1249386302,
            "stop": 1249386417
        },
        {
            "start": 1249386420,
            "stop": 1249386939
        },
        {
            "start": 1249386940,
            "stop": 1249388146
        },
        {
            "start": 1249388149,
            "stop": 1249388176
        },
        {
            "start": 1249388178,
            "stop": 1249388537
        },
        {
            "start": 1249388540,
            "stop": 1249389039
        },
        {
            "start": 1249389042,
            "stop": 1249389572
        },
        {
            "start": 1249389575,
            "stop": 1249390151
        },
        {
            "start": 1249390154,
            "stop": 1249390182
        },
        {
            "start": 1249390185,
            "stop": 1249392661
        },
        {
            "start": 1249392664,
            "stop": 1249392820
        },
        {
            "start": 1249392823,
            "stop": 1249393014
        },
        {
            "start": 1249393017,
            "stop": 1249393286
        },
        {
            "start": 1249393289,
            "stop": 1249394358
        },
        {
            "start": 1249394361,
            "stop": 1249395478
        },
        {
            "start": 1249395481,
            "stop": 1249395535
        }
    ]
}