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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=205",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 206,
    "results": [
        {
            "start": 818210860,
            "stop": 818210864
        },
        {
            "start": 818210867,
            "stop": 818210873
        },
        {
            "start": 818210877,
            "stop": 818210878
        },
        {
            "start": 818210908,
            "stop": 818210910
        },
        {
            "start": 818210916,
            "stop": 818210921
        },
        {
            "start": 818210926,
            "stop": 818210927
        },
        {
            "start": 818210930,
            "stop": 818210931
        },
        {
            "start": 818210934,
            "stop": 818210935
        },
        {
            "start": 818210939,
            "stop": 818210945
        },
        {
            "start": 818210951,
            "stop": 818210957
        },
        {
            "start": 818210960,
            "stop": 818210962
        },
        {
            "start": 818210966,
            "stop": 818210969
        },
        {
            "start": 818210977,
            "stop": 818210978
        },
        {
            "start": 818210983,
            "stop": 818210988
        },
        {
            "start": 818211001,
            "stop": 818211003
        },
        {
            "start": 818211007,
            "stop": 818211008
        },
        {
            "start": 818211012,
            "stop": 818211014
        },
        {
            "start": 818211071,
            "stop": 818211073
        },
        {
            "start": 818211077,
            "stop": 818211082
        },
        {
            "start": 818211088,
            "stop": 818211089
        }
    ]
}