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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2328",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2329,
    "results": [
        {
            "start": 871719559,
            "stop": 871719698
        },
        {
            "start": 871719730,
            "stop": 871719843
        },
        {
            "start": 871719860,
            "stop": 871719911
        },
        {
            "start": 871719928,
            "stop": 871719935
        },
        {
            "start": 871719954,
            "stop": 871719956
        },
        {
            "start": 871719973,
            "stop": 871720131
        },
        {
            "start": 871720159,
            "stop": 871720773
        },
        {
            "start": 871720790,
            "stop": 871725466
        },
        {
            "start": 871725483,
            "stop": 871726498
        },
        {
            "start": 871726528,
            "stop": 871726799
        },
        {
            "start": 871726816,
            "stop": 871727085
        },
        {
            "start": 871727102,
            "stop": 871727109
        },
        {
            "start": 871727133,
            "stop": 871727135
        },
        {
            "start": 871727152,
            "stop": 871727564
        },
        {
            "start": 871727581,
            "stop": 871727647
        },
        {
            "start": 871727664,
            "stop": 871728003
        },
        {
            "start": 871728020,
            "stop": 871728183
        },
        {
            "start": 871728200,
            "stop": 871729474
        },
        {
            "start": 871729512,
            "stop": 871729531
        },
        {
            "start": 871729548,
            "stop": 871729551
        }
    ]
}