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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=347",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 348,
    "results": [
        {
            "start": 821753871,
            "stop": 821753898
        },
        {
            "start": 821753905,
            "stop": 821753925
        },
        {
            "start": 821753928,
            "stop": 821753936
        },
        {
            "start": 821753939,
            "stop": 821753949
        },
        {
            "start": 821753954,
            "stop": 821753962
        },
        {
            "start": 821753972,
            "stop": 821753973
        },
        {
            "start": 821753976,
            "stop": 821753982
        },
        {
            "start": 821753987,
            "stop": 821753994
        },
        {
            "start": 821753997,
            "stop": 821754005
        },
        {
            "start": 821754008,
            "stop": 821754025
        },
        {
            "start": 821754028,
            "stop": 821754031
        },
        {
            "start": 821754034,
            "stop": 821754046
        },
        {
            "start": 821754049,
            "stop": 821754050
        },
        {
            "start": 821754053,
            "stop": 821754063
        },
        {
            "start": 821754066,
            "stop": 821754067
        },
        {
            "start": 821754070,
            "stop": 821754072
        },
        {
            "start": 821754075,
            "stop": 821754077
        },
        {
            "start": 821754086,
            "stop": 821754090
        },
        {
            "start": 821754093,
            "stop": 821754099
        },
        {
            "start": 821754102,
            "stop": 821754114
        }
    ]
}