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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=16",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 17,
    "results": [
        {
            "start": 1238185504,
            "stop": 1238185514
        },
        {
            "start": 1238185516,
            "stop": 1238185517
        },
        {
            "start": 1238185518,
            "stop": 1238185530
        },
        {
            "start": 1238185532,
            "stop": 1238185548
        },
        {
            "start": 1238185550,
            "stop": 1238185562
        },
        {
            "start": 1238185563,
            "stop": 1238185564
        },
        {
            "start": 1238185565,
            "stop": 1238185576
        },
        {
            "start": 1238185578,
            "stop": 1238185597
        },
        {
            "start": 1238185598,
            "stop": 1238185609
        },
        {
            "start": 1238185610,
            "stop": 1238185615
        },
        {
            "start": 1238185616,
            "stop": 1238185625
        },
        {
            "start": 1238185626,
            "stop": 1238185627
        },
        {
            "start": 1238185628,
            "stop": 1238185643
        },
        {
            "start": 1238185644,
            "stop": 1238185650
        },
        {
            "start": 1238185652,
            "stop": 1238185656
        },
        {
            "start": 1238185660,
            "stop": 1238185661
        },
        {
            "start": 1238185663,
            "stop": 1238185668
        },
        {
            "start": 1238185672,
            "stop": 1238185674
        },
        {
            "start": 1238185676,
            "stop": 1238185677
        },
        {
            "start": 1238185679,
            "stop": 1238185705
        }
    ]
}