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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2385",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2386,
    "results": [
        {
            "start": 872992128,
            "stop": 872993298
        },
        {
            "start": 872993315,
            "stop": 872993404
        },
        {
            "start": 872993421,
            "stop": 872993435
        },
        {
            "start": 872993452,
            "stop": 872993494
        },
        {
            "start": 872993511,
            "stop": 872994498
        },
        {
            "start": 872994515,
            "stop": 872995884
        },
        {
            "start": 872995901,
            "stop": 872995981
        },
        {
            "start": 872995998,
            "stop": 872996110
        },
        {
            "start": 872996129,
            "stop": 872996277
        },
        {
            "start": 872996294,
            "stop": 872996341
        },
        {
            "start": 872996371,
            "stop": 872996440
        },
        {
            "start": 872996457,
            "stop": 872996465
        },
        {
            "start": 872996495,
            "stop": 872996672
        },
        {
            "start": 872996689,
            "stop": 872996734
        },
        {
            "start": 872996751,
            "stop": 872997004
        },
        {
            "start": 872997021,
            "stop": 872997150
        },
        {
            "start": 872997220,
            "stop": 872997221
        },
        {
            "start": 872997331,
            "stop": 872997389
        },
        {
            "start": 872998396,
            "stop": 872998406
        },
        {
            "start": 872998429,
            "stop": 872998448
        }
    ]
}