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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=323",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 324,
    "results": [
        {
            "start": 818629302,
            "stop": 818629305
        },
        {
            "start": 818629331,
            "stop": 818629361
        },
        {
            "start": 818629381,
            "stop": 818629577
        },
        {
            "start": 818629598,
            "stop": 818629604
        },
        {
            "start": 818629654,
            "stop": 818629657
        },
        {
            "start": 818629681,
            "stop": 818629682
        },
        {
            "start": 818629719,
            "stop": 818629794
        },
        {
            "start": 818629813,
            "stop": 818629857
        },
        {
            "start": 818629913,
            "stop": 818629964
        },
        {
            "start": 818630088,
            "stop": 818630091
        },
        {
            "start": 818630110,
            "stop": 818630157
        },
        {
            "start": 818630249,
            "stop": 818630297
        },
        {
            "start": 818630319,
            "stop": 818630370
        },
        {
            "start": 818630411,
            "stop": 818630427
        },
        {
            "start": 818630449,
            "stop": 818630481
        },
        {
            "start": 818630520,
            "stop": 818630571
        },
        {
            "start": 818630592,
            "stop": 818630634
        },
        {
            "start": 818630659,
            "stop": 818630733
        },
        {
            "start": 818630775,
            "stop": 818630780
        },
        {
            "start": 818630800,
            "stop": 818630869
        }
    ]
}