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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8598",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8596",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8597,
    "results": [
        {
            "start": 870670020,
            "stop": 870670080
        },
        {
            "start": 870670200,
            "stop": 870670380
        },
        {
            "start": 870670500,
            "stop": 870670680
        },
        {
            "start": 870670740,
            "stop": 870670800
        },
        {
            "start": 870671100,
            "stop": 870671160
        },
        {
            "start": 870671220,
            "stop": 870672060
        },
        {
            "start": 870672120,
            "stop": 870672180
        },
        {
            "start": 870672240,
            "stop": 870672660
        },
        {
            "start": 870672720,
            "stop": 870672780
        },
        {
            "start": 870673140,
            "stop": 870673200
        },
        {
            "start": 870673320,
            "stop": 870673380
        },
        {
            "start": 870673740,
            "stop": 870673860
        },
        {
            "start": 870673920,
            "stop": 870674280
        },
        {
            "start": 870674400,
            "stop": 870674580
        },
        {
            "start": 870674700,
            "stop": 870675000
        },
        {
            "start": 870675060,
            "stop": 870675240
        },
        {
            "start": 870675300,
            "stop": 870676129
        },
        {
            "start": 870676146,
            "stop": 870676176
        },
        {
            "start": 870676296,
            "stop": 870678895
        },
        {
            "start": 870678912,
            "stop": 870679038
        }
    ]
}