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=8981
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=8982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8980",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8981,
    "results": [
        {
            "start": 873827383,
            "stop": 873827423
        },
        {
            "start": 873827458,
            "stop": 873827467
        },
        {
            "start": 873827484,
            "stop": 873827491
        },
        {
            "start": 873827518,
            "stop": 873827695
        },
        {
            "start": 873827730,
            "stop": 873827753
        },
        {
            "start": 873827773,
            "stop": 873827826
        },
        {
            "start": 873827881,
            "stop": 873827883
        },
        {
            "start": 873827910,
            "stop": 873827962
        },
        {
            "start": 873827982,
            "stop": 873828086
        },
        {
            "start": 873828105,
            "stop": 873828227
        },
        {
            "start": 873828247,
            "stop": 873828260
        },
        {
            "start": 873828295,
            "stop": 873828336
        },
        {
            "start": 873828364,
            "stop": 873828385
        },
        {
            "start": 873828404,
            "stop": 873828442
        },
        {
            "start": 873828462,
            "stop": 873828493
        },
        {
            "start": 873828542,
            "stop": 873828545
        },
        {
            "start": 873828565,
            "stop": 873828634
        },
        {
            "start": 873828720,
            "stop": 873828857
        },
        {
            "start": 873828876,
            "stop": 873828916
        },
        {
            "start": 873828942,
            "stop": 873828960
        }
    ]
}