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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=26",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 27,
    "results": [
        {
            "start": 1259016611,
            "stop": 1259024889
        },
        {
            "start": 1259024890,
            "stop": 1259038350
        },
        {
            "start": 1259039338,
            "stop": 1259053509
        },
        {
            "start": 1259053510,
            "stop": 1259053655
        },
        {
            "start": 1259056474,
            "stop": 1259058700
        },
        {
            "start": 1259058701,
            "stop": 1259058816
        },
        {
            "start": 1259061502,
            "stop": 1259061847
        },
        {
            "start": 1259063997,
            "stop": 1259064016
        },
        {
            "start": 1259071904,
            "stop": 1259074765
        },
        {
            "start": 1259074766,
            "stop": 1259077159
        },
        {
            "start": 1259077183,
            "stop": 1259077589
        },
        {
            "start": 1259077590,
            "stop": 1259079971
        },
        {
            "start": 1259079972,
            "stop": 1259080752
        },
        {
            "start": 1259080753,
            "stop": 1259100312
        },
        {
            "start": 1259100962,
            "stop": 1259102964
        },
        {
            "start": 1259102980,
            "stop": 1259115304
        },
        {
            "start": 1259115596,
            "stop": 1259127600
        },
        {
            "start": 1259127616,
            "stop": 1259136444
        },
        {
            "start": 1259146820,
            "stop": 1259159886
        },
        {
            "start": 1259159887,
            "stop": 1259161380
        }
    ]
}