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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=227",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 228,
    "results": [
        {
            "start": 850317090,
            "stop": 850317258
        },
        {
            "start": 850324305,
            "stop": 850324882
        },
        {
            "start": 850324903,
            "stop": 850325107
        },
        {
            "start": 850325126,
            "stop": 850325153
        },
        {
            "start": 850325183,
            "stop": 850329253
        },
        {
            "start": 850329272,
            "stop": 850329283
        },
        {
            "start": 850329302,
            "stop": 850330142
        },
        {
            "start": 850330218,
            "stop": 850330437
        },
        {
            "start": 850330737,
            "stop": 850331146
        },
        {
            "start": 850331256,
            "stop": 850331290
        },
        {
            "start": 850331590,
            "stop": 850332387
        },
        {
            "start": 850332409,
            "stop": 850333871
        },
        {
            "start": 850334016,
            "stop": 850334149
        },
        {
            "start": 850334213,
            "stop": 850336582
        },
        {
            "start": 850336756,
            "stop": 850340384
        },
        {
            "start": 850340406,
            "stop": 850340472
        },
        {
            "start": 850340493,
            "stop": 850340625
        },
        {
            "start": 850340718,
            "stop": 850345776
        },
        {
            "start": 850347096,
            "stop": 850362310
        },
        {
            "start": 850362420,
            "stop": 850362440
        }
    ]
}