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=8259
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=8260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8258",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8259,
    "results": [
        {
            "start": 873827910,
            "stop": 873827962
        },
        {
            "start": 873827982,
            "stop": 873828086
        },
        {
            "start": 873828105,
            "stop": 873828227
        },
        {
            "start": 873828247,
            "stop": 873828260
        },
        {
            "start": 873828295,
            "stop": 873828336
        },
        {
            "start": 873828420,
            "stop": 873828442
        },
        {
            "start": 873828462,
            "stop": 873828493
        },
        {
            "start": 873828542,
            "stop": 873828545
        },
        {
            "start": 873828565,
            "stop": 873828600
        },
        {
            "start": 873828780,
            "stop": 873828857
        },
        {
            "start": 873828876,
            "stop": 873828900
        },
        {
            "start": 873829088,
            "stop": 873829140
        },
        {
            "start": 873829260,
            "stop": 873829320
        },
        {
            "start": 873829440,
            "stop": 873829604
        },
        {
            "start": 873829667,
            "stop": 873829691
        },
        {
            "start": 873829711,
            "stop": 873829740
        },
        {
            "start": 873830040,
            "stop": 873830110
        },
        {
            "start": 873830199,
            "stop": 873830280
        },
        {
            "start": 873830340,
            "stop": 873830391
        },
        {
            "start": 873830427,
            "stop": 873830430
        }
    ]
}