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_CAT2/segments?format=api&page=358
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=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=357",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 358,
    "results": [
        {
            "start": 863975624,
            "stop": 863977652
        },
        {
            "start": 863977982,
            "stop": 863978999
        },
        {
            "start": 863980125,
            "stop": 863981906
        },
        {
            "start": 863981928,
            "stop": 863982658
        },
        {
            "start": 863983982,
            "stop": 863984082
        },
        {
            "start": 863985229,
            "stop": 863991312
        },
        {
            "start": 863991333,
            "stop": 863993557
        },
        {
            "start": 863993859,
            "stop": 863995980
        },
        {
            "start": 863996040,
            "stop": 864014610
        },
        {
            "start": 864014765,
            "stop": 864014919
        },
        {
            "start": 864015219,
            "stop": 864015265
        },
        {
            "start": 864015375,
            "stop": 864015765
        },
        {
            "start": 864016065,
            "stop": 864052174
        },
        {
            "start": 864052196,
            "stop": 864052199
        },
        {
            "start": 864052276,
            "stop": 864058700
        },
        {
            "start": 864059885,
            "stop": 864061022
        },
        {
            "start": 864061046,
            "stop": 864062659
        },
        {
            "start": 864062833,
            "stop": 864069037
        },
        {
            "start": 864070379,
            "stop": 864080049
        },
        {
            "start": 864080071,
            "stop": 864081150
        }
    ]
}