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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=308",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 309,
    "results": [
        {
            "start": 1181625918,
            "stop": 1181625921
        },
        {
            "start": 1181625922,
            "stop": 1181625923
        },
        {
            "start": 1181625924,
            "stop": 1181625926
        },
        {
            "start": 1181625927,
            "stop": 1181625933
        },
        {
            "start": 1181625934,
            "stop": 1181625947
        },
        {
            "start": 1181625949,
            "stop": 1181625951
        },
        {
            "start": 1181625952,
            "stop": 1181625956
        },
        {
            "start": 1181625957,
            "stop": 1181625959
        },
        {
            "start": 1181625961,
            "stop": 1181625965
        },
        {
            "start": 1181625966,
            "stop": 1181625988
        },
        {
            "start": 1181625990,
            "stop": 1181625991
        },
        {
            "start": 1181625992,
            "stop": 1181626052
        },
        {
            "start": 1181626053,
            "stop": 1181626952
        },
        {
            "start": 1181626953,
            "stop": 1181627077
        },
        {
            "start": 1181627078,
            "stop": 1181627090
        },
        {
            "start": 1181627091,
            "stop": 1181627252
        },
        {
            "start": 1181627253,
            "stop": 1181627255
        },
        {
            "start": 1181627256,
            "stop": 1181627257
        },
        {
            "start": 1181627258,
            "stop": 1181627259
        },
        {
            "start": 1181627260,
            "stop": 1181627264
        }
    ]
}