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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3785",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3786,
    "results": [
        {
            "start": 873196249,
            "stop": 873196344
        },
        {
            "start": 873196347,
            "stop": 873196362
        },
        {
            "start": 873196365,
            "stop": 873196369
        },
        {
            "start": 873196372,
            "stop": 873196374
        },
        {
            "start": 873196377,
            "stop": 873196471
        },
        {
            "start": 873196474,
            "stop": 873196495
        },
        {
            "start": 873196501,
            "stop": 873196502
        },
        {
            "start": 873196505,
            "stop": 873196558
        },
        {
            "start": 873196562,
            "stop": 873196566
        },
        {
            "start": 873196569,
            "stop": 873196572
        },
        {
            "start": 873196578,
            "stop": 873196939
        },
        {
            "start": 873196942,
            "stop": 873196945
        },
        {
            "start": 873196948,
            "stop": 873196952
        },
        {
            "start": 873196955,
            "stop": 873196967
        },
        {
            "start": 873196973,
            "stop": 873196978
        },
        {
            "start": 873196981,
            "stop": 873196986
        },
        {
            "start": 873196989,
            "stop": 873197049
        },
        {
            "start": 873197052,
            "stop": 873197092
        },
        {
            "start": 873197097,
            "stop": 873197103
        },
        {
            "start": 873197106,
            "stop": 873197112
        }
    ]
}