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=470
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=471",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=469",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 470,
    "results": [
        {
            "start": 874850662,
            "stop": 874851060
        },
        {
            "start": 874851120,
            "stop": 874851515
        },
        {
            "start": 874851534,
            "stop": 874851537
        },
        {
            "start": 874851600,
            "stop": 874852117
        },
        {
            "start": 874852139,
            "stop": 874857668
        },
        {
            "start": 874869121,
            "stop": 874873727
        },
        {
            "start": 874874027,
            "stop": 874874425
        },
        {
            "start": 874874458,
            "stop": 874874462
        },
        {
            "start": 874874572,
            "stop": 874874759
        },
        {
            "start": 874875059,
            "stop": 874875247
        },
        {
            "start": 874875547,
            "stop": 874875961
        },
        {
            "start": 874876012,
            "stop": 874878055
        },
        {
            "start": 874879899,
            "stop": 874882317
        },
        {
            "start": 874882336,
            "stop": 874885163
        },
        {
            "start": 874885363,
            "stop": 874901592
        },
        {
            "start": 874901892,
            "stop": 874902136
        },
        {
            "start": 874902246,
            "stop": 874902706
        },
        {
            "start": 874903006,
            "stop": 874935174
        },
        {
            "start": 874936157,
            "stop": 874937626
        },
        {
            "start": 874937700,
            "stop": 874941734
        }
    ]
}