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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=160",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 161,
    "results": [
        {
            "start": 932536664,
            "stop": 932536815
        },
        {
            "start": 932537175,
            "stop": 932537222
        },
        {
            "start": 932540797,
            "stop": 932541791
        },
        {
            "start": 932541796,
            "stop": 932542847
        },
        {
            "start": 932542850,
            "stop": 932543703
        },
        {
            "start": 932543708,
            "stop": 932544015
        },
        {
            "start": 932544375,
            "stop": 932544422
        },
        {
            "start": 932544424,
            "stop": 932544805
        },
        {
            "start": 932544809,
            "stop": 932546663
        },
        {
            "start": 932546665,
            "stop": 932547137
        },
        {
            "start": 932547139,
            "stop": 932547395
        },
        {
            "start": 932550889,
            "stop": 932551215
        },
        {
            "start": 932551575,
            "stop": 932554815
        },
        {
            "start": 932555175,
            "stop": 932555885
        },
        {
            "start": 932555888,
            "stop": 932555913
        },
        {
            "start": 932555915,
            "stop": 932555916
        },
        {
            "start": 932555918,
            "stop": 932555931
        },
        {
            "start": 932555933,
            "stop": 932555975
        },
        {
            "start": 932555978,
            "stop": 932558415
        },
        {
            "start": 932558775,
            "stop": 932559477
        }
    ]
}