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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=153",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 154,
    "results": [
        {
            "start": 1260830762,
            "stop": 1260830862
        },
        {
            "start": 1260830868,
            "stop": 1260831106
        },
        {
            "start": 1260831111,
            "stop": 1260831127
        },
        {
            "start": 1260831139,
            "stop": 1260831143
        },
        {
            "start": 1260831146,
            "stop": 1260831376
        },
        {
            "start": 1260831381,
            "stop": 1260831639
        },
        {
            "start": 1260831644,
            "stop": 1260831700
        },
        {
            "start": 1260831705,
            "stop": 1260831748
        },
        {
            "start": 1260831753,
            "stop": 1260831892
        },
        {
            "start": 1260831895,
            "stop": 1260832441
        },
        {
            "start": 1260832446,
            "stop": 1260832762
        },
        {
            "start": 1260832765,
            "stop": 1260832832
        },
        {
            "start": 1260832836,
            "stop": 1260832880
        },
        {
            "start": 1260832885,
            "stop": 1260833451
        },
        {
            "start": 1260833456,
            "stop": 1260833604
        },
        {
            "start": 1260833609,
            "stop": 1260833639
        },
        {
            "start": 1260833644,
            "stop": 1260833809
        },
        {
            "start": 1260833814,
            "stop": 1260833962
        },
        {
            "start": 1260833967,
            "stop": 1260834302
        },
        {
            "start": 1260834307,
            "stop": 1260834620
        }
    ]
}