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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=310",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 311,
    "results": [
        {
            "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
        },
        {
            "start": 818630890,
            "stop": 818630927
        },
        {
            "start": 818630946,
            "stop": 818631115
        },
        {
            "start": 818631160,
            "stop": 818631185
        },
        {
            "start": 818631229,
            "stop": 818631241
        }
    ]
}