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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=388",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 389,
    "results": [
        {
            "start": 866599732,
            "stop": 866600405
        },
        {
            "start": 866600705,
            "stop": 866601102
        },
        {
            "start": 866601634,
            "stop": 866601660
        },
        {
            "start": 866601720,
            "stop": 866601786
        },
        {
            "start": 866602429,
            "stop": 866602693
        },
        {
            "start": 866602993,
            "stop": 866603734
        },
        {
            "start": 866603754,
            "stop": 866603807
        },
        {
            "start": 866603824,
            "stop": 866603852
        },
        {
            "start": 866604408,
            "stop": 866604799
        },
        {
            "start": 866606199,
            "stop": 866606649
        },
        {
            "start": 866606949,
            "stop": 866646144
        },
        {
            "start": 866646166,
            "stop": 866646184
        },
        {
            "start": 866646206,
            "stop": 866646949
        },
        {
            "start": 866646971,
            "stop": 866650064
        },
        {
            "start": 866650086,
            "stop": 866650991
        },
        {
            "start": 866651009,
            "stop": 866651429
        },
        {
            "start": 866659969,
            "stop": 866662767
        },
        {
            "start": 866662803,
            "stop": 866667612
        },
        {
            "start": 866667633,
            "stop": 866672556
        },
        {
            "start": 866672856,
            "stop": 866673212
        }
    ]
}