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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=213",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 214,
    "results": [
        {
            "start": 820483091,
            "stop": 820483182
        },
        {
            "start": 820483196,
            "stop": 820483302
        },
        {
            "start": 820483309,
            "stop": 820483465
        },
        {
            "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
        }
    ]
}