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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=284",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 285,
    "results": [
        {
            "start": 1240347489,
            "stop": 1240347519
        },
        {
            "start": 1240347520,
            "stop": 1240347813
        },
        {
            "start": 1240347814,
            "stop": 1240348283
        },
        {
            "start": 1240348285,
            "stop": 1240348482
        },
        {
            "start": 1240348484,
            "stop": 1240348660
        },
        {
            "start": 1240348661,
            "stop": 1240348689
        },
        {
            "start": 1240348690,
            "stop": 1240348691
        },
        {
            "start": 1240348692,
            "stop": 1240348760
        },
        {
            "start": 1240348761,
            "stop": 1240348763
        },
        {
            "start": 1240348765,
            "stop": 1240348784
        },
        {
            "start": 1240348785,
            "stop": 1240348788
        },
        {
            "start": 1240348789,
            "stop": 1240348865
        },
        {
            "start": 1240348867,
            "stop": 1240348885
        },
        {
            "start": 1240348886,
            "stop": 1240348887
        },
        {
            "start": 1240348888,
            "stop": 1240348889
        },
        {
            "start": 1240348890,
            "stop": 1240349190
        },
        {
            "start": 1240349192,
            "stop": 1240349368
        },
        {
            "start": 1240349371,
            "stop": 1240349388
        },
        {
            "start": 1240349389,
            "stop": 1240349393
        },
        {
            "start": 1240349394,
            "stop": 1240349457
        }
    ]
}