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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=264",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 265,
    "results": [
        {
            "start": 934146255,
            "stop": 934146289
        },
        {
            "start": 934146292,
            "stop": 934147089
        },
        {
            "start": 934147094,
            "stop": 934147303
        },
        {
            "start": 934147305,
            "stop": 934147902
        },
        {
            "start": 934147904,
            "stop": 934148059
        },
        {
            "start": 934148065,
            "stop": 934148555
        },
        {
            "start": 934148557,
            "stop": 934149409
        },
        {
            "start": 934149414,
            "stop": 934149615
        },
        {
            "start": 934149855,
            "stop": 934149915
        },
        {
            "start": 934149920,
            "stop": 934151885
        },
        {
            "start": 934151887,
            "stop": 934152689
        },
        {
            "start": 934152749,
            "stop": 934153067
        },
        {
            "start": 934162221,
            "stop": 934162284
        },
        {
            "start": 934162289,
            "stop": 934163270
        },
        {
            "start": 934163272,
            "stop": 934163510
        },
        {
            "start": 934163512,
            "stop": 934163536
        },
        {
            "start": 934163538,
            "stop": 934163900
        },
        {
            "start": 934163905,
            "stop": 934164015
        },
        {
            "start": 934164255,
            "stop": 934165841
        },
        {
            "start": 934165846,
            "stop": 934166688
        }
    ]
}