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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=282",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 283,
    "results": [
        {
            "start": 822540394,
            "stop": 822540485
        },
        {
            "start": 822540542,
            "stop": 822540795
        },
        {
            "start": 822541018,
            "stop": 822541500
        },
        {
            "start": 822541560,
            "stop": 822541694
        },
        {
            "start": 822541701,
            "stop": 822541873
        },
        {
            "start": 822542029,
            "stop": 822542035
        },
        {
            "start": 822542489,
            "stop": 822542639
        },
        {
            "start": 822542646,
            "stop": 822542879
        },
        {
            "start": 822542888,
            "stop": 822542915
        },
        {
            "start": 822543052,
            "stop": 822543110
        },
        {
            "start": 822543117,
            "stop": 822543129
        },
        {
            "start": 822543137,
            "stop": 822543462
        },
        {
            "start": 822543469,
            "stop": 822543600
        },
        {
            "start": 822543660,
            "stop": 822543716
        },
        {
            "start": 822543724,
            "stop": 822544244
        },
        {
            "start": 822544251,
            "stop": 822544513
        },
        {
            "start": 822545278,
            "stop": 822545280
        },
        {
            "start": 822545382,
            "stop": 822545977
        },
        {
            "start": 822545984,
            "stop": 822546083
        },
        {
            "start": 822546090,
            "stop": 822546360
        }
    ]
}