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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=17",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 18,
    "results": [
        {
            "start": 1238185709,
            "stop": 1238185721
        },
        {
            "start": 1238185722,
            "stop": 1238185723
        },
        {
            "start": 1238185725,
            "stop": 1238185766
        },
        {
            "start": 1238185770,
            "stop": 1238185784
        },
        {
            "start": 1238185786,
            "stop": 1238185801
        },
        {
            "start": 1238185802,
            "stop": 1238185803
        },
        {
            "start": 1238185806,
            "stop": 1238185818
        },
        {
            "start": 1238185819,
            "stop": 1238185820
        },
        {
            "start": 1238185822,
            "stop": 1238185837
        },
        {
            "start": 1238185839,
            "stop": 1238185852
        },
        {
            "start": 1238185854,
            "stop": 1238185860
        },
        {
            "start": 1238185862,
            "stop": 1238185895
        },
        {
            "start": 1238185898,
            "stop": 1238185900
        },
        {
            "start": 1238185901,
            "stop": 1238185915
        },
        {
            "start": 1238185919,
            "stop": 1238185929
        },
        {
            "start": 1238185933,
            "stop": 1238185944
        },
        {
            "start": 1238185947,
            "stop": 1238185961
        },
        {
            "start": 1238185965,
            "stop": 1238185979
        },
        {
            "start": 1238185982,
            "stop": 1238185996
        },
        {
            "start": 1238185999,
            "stop": 1238186010
        }
    ]
}