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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=541",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=539",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 540,
    "results": [
        {
            "start": 1184926447,
            "stop": 1184926480
        },
        {
            "start": 1184926482,
            "stop": 1184926498
        },
        {
            "start": 1184926500,
            "stop": 1184926507
        },
        {
            "start": 1184926510,
            "stop": 1184926511
        },
        {
            "start": 1184926521,
            "stop": 1184926530
        },
        {
            "start": 1184926532,
            "stop": 1184926534
        },
        {
            "start": 1184926536,
            "stop": 1184926537
        },
        {
            "start": 1184926541,
            "stop": 1184926542
        },
        {
            "start": 1184926550,
            "stop": 1184926551
        },
        {
            "start": 1184926553,
            "stop": 1184926555
        },
        {
            "start": 1184926566,
            "stop": 1184926568
        },
        {
            "start": 1184930843,
            "stop": 1184932307
        },
        {
            "start": 1184932311,
            "stop": 1184932603
        },
        {
            "start": 1184932605,
            "stop": 1184933501
        },
        {
            "start": 1184933503,
            "stop": 1184933635
        },
        {
            "start": 1184933639,
            "stop": 1184933641
        },
        {
            "start": 1184933643,
            "stop": 1184934025
        },
        {
            "start": 1184934029,
            "stop": 1184934031
        },
        {
            "start": 1184934032,
            "stop": 1184934034
        },
        {
            "start": 1184934036,
            "stop": 1184934730
        }
    ]
}