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/H2_CBCLOW_CAT2/segments?format=api&page=350
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=349",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 350,
    "results": [
        {
            "start": 821754469,
            "stop": 821754470
        },
        {
            "start": 821754473,
            "stop": 821754480
        },
        {
            "start": 821754483,
            "stop": 821754489
        },
        {
            "start": 821754495,
            "stop": 821754496
        },
        {
            "start": 821754499,
            "stop": 821754502
        },
        {
            "start": 821754505,
            "stop": 821754552
        },
        {
            "start": 821754555,
            "stop": 821754556
        },
        {
            "start": 821754559,
            "stop": 821754568
        },
        {
            "start": 821754572,
            "stop": 821754582
        },
        {
            "start": 821754585,
            "stop": 821754598
        },
        {
            "start": 821754601,
            "stop": 821754635
        },
        {
            "start": 821754638,
            "stop": 821754658
        },
        {
            "start": 821754661,
            "stop": 821754668
        },
        {
            "start": 821754671,
            "stop": 821754686
        },
        {
            "start": 821754689,
            "stop": 821754708
        },
        {
            "start": 821754711,
            "stop": 821754722
        },
        {
            "start": 821754725,
            "stop": 821754752
        },
        {
            "start": 821754755,
            "stop": 821754759
        },
        {
            "start": 821754762,
            "stop": 821754905
        },
        {
            "start": 821754911,
            "stop": 821754913
        }
    ]
}