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=1873
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=1874",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1872",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1873,
    "results": [
        {
            "start": 1250884653,
            "stop": 1250885081
        },
        {
            "start": 1250885084,
            "stop": 1250886628
        },
        {
            "start": 1250886631,
            "stop": 1250886642
        },
        {
            "start": 1250886645,
            "stop": 1250889683
        },
        {
            "start": 1250889686,
            "stop": 1250890759
        },
        {
            "start": 1250890762,
            "stop": 1250892401
        },
        {
            "start": 1250892404,
            "stop": 1250892514
        },
        {
            "start": 1250892517,
            "stop": 1250892806
        },
        {
            "start": 1250892809,
            "stop": 1250895324
        },
        {
            "start": 1250895326,
            "stop": 1250895628
        },
        {
            "start": 1250895636,
            "stop": 1250900210
        },
        {
            "start": 1250900218,
            "stop": 1250901152
        },
        {
            "start": 1250901155,
            "stop": 1250904693
        },
        {
            "start": 1250904695,
            "stop": 1250907326
        },
        {
            "start": 1250907334,
            "stop": 1250907339
        },
        {
            "start": 1250916945,
            "stop": 1250917884
        },
        {
            "start": 1250917887,
            "stop": 1250918617
        },
        {
            "start": 1250918620,
            "stop": 1250918643
        },
        {
            "start": 1250918646,
            "stop": 1250918938
        },
        {
            "start": 1250918946,
            "stop": 1250919838
        }
    ]
}