Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=187
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=186",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 187,
    "results": [
        {
            "start": 1258909258,
            "stop": 1258909259
        },
        {
            "start": 1258909262,
            "stop": 1258909449
        },
        {
            "start": 1258909452,
            "stop": 1258909887
        },
        {
            "start": 1258909890,
            "stop": 1258910024
        },
        {
            "start": 1258910027,
            "stop": 1258910058
        },
        {
            "start": 1258910061,
            "stop": 1258910668
        },
        {
            "start": 1258910669,
            "stop": 1258911088
        },
        {
            "start": 1258911090,
            "stop": 1258911123
        },
        {
            "start": 1258911127,
            "stop": 1258911581
        },
        {
            "start": 1258911584,
            "stop": 1258911589
        },
        {
            "start": 1258911592,
            "stop": 1258911614
        },
        {
            "start": 1258911616,
            "stop": 1258911903
        },
        {
            "start": 1258911904,
            "stop": 1258911914
        },
        {
            "start": 1258911915,
            "stop": 1258911927
        },
        {
            "start": 1258911930,
            "stop": 1258912275
        },
        {
            "start": 1258912278,
            "stop": 1258913378
        },
        {
            "start": 1258913380,
            "stop": 1258913442
        },
        {
            "start": 1258913444,
            "stop": 1258914077
        },
        {
            "start": 1258914081,
            "stop": 1258914421
        },
        {
            "start": 1258914424,
            "stop": 1258915061
        }
    ]
}