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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=179",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 180,
    "results": [
        {
            "start": 820483472,
            "stop": 820483657
        },
        {
            "start": 820483665,
            "stop": 820483999
        },
        {
            "start": 820484006,
            "stop": 820484172
        },
        {
            "start": 820484184,
            "stop": 820484202
        },
        {
            "start": 820484209,
            "stop": 820484277
        },
        {
            "start": 820484284,
            "stop": 820484513
        },
        {
            "start": 820484527,
            "stop": 820484537
        },
        {
            "start": 820484544,
            "stop": 820484682
        },
        {
            "start": 820484689,
            "stop": 820484982
        },
        {
            "start": 820484990,
            "stop": 820485020
        },
        {
            "start": 820485027,
            "stop": 820485128
        },
        {
            "start": 820485136,
            "stop": 820485143
        },
        {
            "start": 820485150,
            "stop": 820485644
        },
        {
            "start": 820485652,
            "stop": 820485897
        },
        {
            "start": 820485906,
            "stop": 820486219
        },
        {
            "start": 820486226,
            "stop": 820486246
        },
        {
            "start": 820486253,
            "stop": 820486546
        },
        {
            "start": 820486553,
            "stop": 820486906
        },
        {
            "start": 820486913,
            "stop": 820487401
        },
        {
            "start": 820487408,
            "stop": 820487534
        }
    ]
}