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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=24",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 25,
    "results": [
        {
            "start": 1170716452,
            "stop": 1170729409
        },
        {
            "start": 1170729411,
            "stop": 1170732596
        },
        {
            "start": 1170732597,
            "stop": 1170734041
        },
        {
            "start": 1170734043,
            "stop": 1170734464
        },
        {
            "start": 1170734466,
            "stop": 1170744979
        },
        {
            "start": 1170744989,
            "stop": 1170745120
        },
        {
            "start": 1170745123,
            "stop": 1170745184
        },
        {
            "start": 1170745208,
            "stop": 1170745847
        },
        {
            "start": 1170745854,
            "stop": 1170745888
        },
        {
            "start": 1170745895,
            "stop": 1170745979
        },
        {
            "start": 1170745980,
            "stop": 1170746344
        },
        {
            "start": 1170746354,
            "stop": 1170746540
        },
        {
            "start": 1170746546,
            "stop": 1170746611
        },
        {
            "start": 1170746622,
            "stop": 1170746688
        },
        {
            "start": 1170746697,
            "stop": 1170746745
        },
        {
            "start": 1170746749,
            "stop": 1170746863
        },
        {
            "start": 1170746868,
            "stop": 1170746908
        },
        {
            "start": 1170746914,
            "stop": 1170747003
        },
        {
            "start": 1170747014,
            "stop": 1170747129
        },
        {
            "start": 1170747136,
            "stop": 1170747156
        }
    ]
}