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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8662",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8663,
    "results": [
        {
            "start": 871719251,
            "stop": 871719357
        },
        {
            "start": 871719390,
            "stop": 871719406
        },
        {
            "start": 871719436,
            "stop": 871719473
        },
        {
            "start": 871719490,
            "stop": 871719540
        },
        {
            "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
        }
    ]
}