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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=48",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 49,
    "results": [
        {
            "start": 1403246119,
            "stop": 1403246298
        },
        {
            "start": 1403250187,
            "stop": 1403253748
        },
        {
            "start": 1403253753,
            "stop": 1403263331
        },
        {
            "start": 1403263338,
            "stop": 1403265529
        },
        {
            "start": 1403265536,
            "stop": 1403266727
        },
        {
            "start": 1403267529,
            "stop": 1403268223
        },
        {
            "start": 1403268230,
            "stop": 1403275586
        },
        {
            "start": 1403275592,
            "stop": 1403278218
        },
        {
            "start": 1403298287,
            "stop": 1403302152
        },
        {
            "start": 1403302155,
            "stop": 1403305465
        },
        {
            "start": 1403305876,
            "stop": 1403306166
        },
        {
            "start": 1403306173,
            "stop": 1403307005
        },
        {
            "start": 1403307011,
            "stop": 1403307760
        },
        {
            "start": 1403309845,
            "stop": 1403310522
        },
        {
            "start": 1403310527,
            "stop": 1403311652
        },
        {
            "start": 1403311655,
            "stop": 1403320722
        },
        {
            "start": 1403320729,
            "stop": 1403325032
        },
        {
            "start": 1403325038,
            "stop": 1403329252
        },
        {
            "start": 1403329258,
            "stop": 1403356254
        },
        {
            "start": 1403388027,
            "stop": 1403389344
        }
    ]
}