Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=201",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 202,
    "results": [
        {
            "start": 1176970617,
            "stop": 1176970679
        },
        {
            "start": 1176970681,
            "stop": 1176970684
        },
        {
            "start": 1176970685,
            "stop": 1176970693
        },
        {
            "start": 1176970694,
            "stop": 1176970697
        },
        {
            "start": 1176970703,
            "stop": 1176970923
        },
        {
            "start": 1176970924,
            "stop": 1176970934
        },
        {
            "start": 1176970935,
            "stop": 1176970956
        },
        {
            "start": 1176970957,
            "stop": 1176971012
        },
        {
            "start": 1176971014,
            "stop": 1176971054
        },
        {
            "start": 1176971055,
            "stop": 1176971139
        },
        {
            "start": 1176971142,
            "stop": 1176971143
        },
        {
            "start": 1176971145,
            "stop": 1176971577
        },
        {
            "start": 1176971578,
            "stop": 1176971581
        },
        {
            "start": 1176971583,
            "stop": 1176971874
        },
        {
            "start": 1176971880,
            "stop": 1176971918
        },
        {
            "start": 1176971920,
            "stop": 1176971963
        },
        {
            "start": 1176971966,
            "stop": 1176972020
        },
        {
            "start": 1176972028,
            "stop": 1176972234
        },
        {
            "start": 1176972237,
            "stop": 1176972238
        },
        {
            "start": 1176972240,
            "stop": 1176972856
        }
    ]
}