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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=204",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 205,
    "results": [
        {
            "start": 1176993322,
            "stop": 1176993362
        },
        {
            "start": 1176993364,
            "stop": 1176993395
        },
        {
            "start": 1176993397,
            "stop": 1176993418
        },
        {
            "start": 1176993420,
            "stop": 1176993433
        },
        {
            "start": 1176993436,
            "stop": 1176993457
        },
        {
            "start": 1176993459,
            "stop": 1176993496
        },
        {
            "start": 1176993500,
            "stop": 1176993696
        },
        {
            "start": 1176993697,
            "stop": 1176993698
        },
        {
            "start": 1176993699,
            "stop": 1176993716
        },
        {
            "start": 1176993717,
            "stop": 1176993720
        },
        {
            "start": 1176993721,
            "stop": 1176993737
        },
        {
            "start": 1176993740,
            "stop": 1176993768
        },
        {
            "start": 1176993769,
            "stop": 1176994092
        },
        {
            "start": 1176994094,
            "stop": 1176994096
        },
        {
            "start": 1176994098,
            "stop": 1176994264
        },
        {
            "start": 1176994266,
            "stop": 1176994381
        },
        {
            "start": 1176994384,
            "stop": 1176994509
        },
        {
            "start": 1176994511,
            "stop": 1176994769
        },
        {
            "start": 1176994770,
            "stop": 1176994782
        },
        {
            "start": 1176994783,
            "stop": 1176995355
        }
    ]
}