Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=11",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 12,
    "results": [
        {
            "start": 816951355,
            "stop": 816952167
        },
        {
            "start": 816953193,
            "stop": 816962659
        },
        {
            "start": 816963358,
            "stop": 816969491
        },
        {
            "start": 816970965,
            "stop": 816971164
        },
        {
            "start": 816974803,
            "stop": 816977575
        },
        {
            "start": 816977582,
            "stop": 816977667
        },
        {
            "start": 816991143,
            "stop": 816997263
        },
        {
            "start": 816997275,
            "stop": 817000712
        },
        {
            "start": 817000725,
            "stop": 817003847
        },
        {
            "start": 817003859,
            "stop": 817012424
        },
        {
            "start": 817012437,
            "stop": 817015977
        },
        {
            "start": 817015990,
            "stop": 817018425
        },
        {
            "start": 817018438,
            "stop": 817018553
        },
        {
            "start": 817018559,
            "stop": 817031521
        },
        {
            "start": 817034008,
            "stop": 817051924
        },
        {
            "start": 817051937,
            "stop": 817052219
        },
        {
            "start": 817052232,
            "stop": 817067155
        },
        {
            "start": 817067167,
            "stop": 817068263
        },
        {
            "start": 817071048,
            "stop": 817073858
        },
        {
            "start": 817073865,
            "stop": 817074578
        }
    ]
}