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=1790
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=1791",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1789",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1790,
    "results": [
        {
            "start": 1249661051,
            "stop": 1249661332
        },
        {
            "start": 1249661337,
            "stop": 1249661401
        },
        {
            "start": 1249661404,
            "stop": 1249661413
        },
        {
            "start": 1249661415,
            "stop": 1249661426
        },
        {
            "start": 1249661429,
            "stop": 1249661433
        },
        {
            "start": 1249661436,
            "stop": 1249661611
        },
        {
            "start": 1249661613,
            "stop": 1249661616
        },
        {
            "start": 1249661617,
            "stop": 1249661662
        },
        {
            "start": 1249661664,
            "stop": 1249661778
        },
        {
            "start": 1249661780,
            "stop": 1249661793
        },
        {
            "start": 1249661796,
            "stop": 1249661797
        },
        {
            "start": 1249661800,
            "stop": 1249661814
        },
        {
            "start": 1249661817,
            "stop": 1249661823
        },
        {
            "start": 1249661826,
            "stop": 1249662058
        },
        {
            "start": 1249662060,
            "stop": 1249662068
        },
        {
            "start": 1249662071,
            "stop": 1249662073
        },
        {
            "start": 1249662086,
            "stop": 1249662092
        },
        {
            "start": 1249662094,
            "stop": 1249662096
        },
        {
            "start": 1249662099,
            "stop": 1249662100
        },
        {
            "start": 1249662103,
            "stop": 1249662125
        }
    ]
}