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=656
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=657",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=655",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 656,
    "results": [
        {
            "start": 1264423208,
            "stop": 1264426887
        },
        {
            "start": 1264426890,
            "stop": 1264429883
        },
        {
            "start": 1264429891,
            "stop": 1264436072
        },
        {
            "start": 1264436075,
            "stop": 1264436140
        },
        {
            "start": 1264442607,
            "stop": 1264442726
        },
        {
            "start": 1264442729,
            "stop": 1264442863
        },
        {
            "start": 1264442866,
            "stop": 1264446837
        },
        {
            "start": 1264446840,
            "stop": 1264447552
        },
        {
            "start": 1264447555,
            "stop": 1264451830
        },
        {
            "start": 1264451838,
            "stop": 1264452560
        },
        {
            "start": 1264454643,
            "stop": 1264455719
        },
        {
            "start": 1264455722,
            "stop": 1264457418
        },
        {
            "start": 1264462727,
            "stop": 1264462923
        },
        {
            "start": 1264462925,
            "stop": 1264464037
        },
        {
            "start": 1264464045,
            "stop": 1264466950
        },
        {
            "start": 1264466952,
            "stop": 1264466972
        },
        {
            "start": 1264466975,
            "stop": 1264467435
        },
        {
            "start": 1264467436,
            "stop": 1264468486
        },
        {
            "start": 1264468489,
            "stop": 1264468677
        },
        {
            "start": 1264468680,
            "stop": 1264468753
        }
    ]
}