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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=222",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 223,
    "results": [
        {
            "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": 818210961,
            "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
        },
        {
            "start": 818211105,
            "stop": 818211106
        },
        {
            "start": 818211114,
            "stop": 818211115
        }
    ]
}