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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=192",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 193,
    "results": [
        {
            "start": 820258682,
            "stop": 820258936
        },
        {
            "start": 820258944,
            "stop": 820259724
        },
        {
            "start": 820259732,
            "stop": 820260019
        },
        {
            "start": 820260026,
            "stop": 820260800
        },
        {
            "start": 820260807,
            "stop": 820261030
        },
        {
            "start": 820261038,
            "stop": 820261224
        },
        {
            "start": 820261231,
            "stop": 820261529
        },
        {
            "start": 820261537,
            "stop": 820261729
        },
        {
            "start": 820261737,
            "stop": 820262738
        },
        {
            "start": 820262745,
            "stop": 820262793
        },
        {
            "start": 820262800,
            "stop": 820263110
        },
        {
            "start": 820263190,
            "stop": 820263204
        },
        {
            "start": 820263211,
            "stop": 820263268
        },
        {
            "start": 820263275,
            "stop": 820264408
        },
        {
            "start": 820264415,
            "stop": 820264469
        },
        {
            "start": 820264476,
            "stop": 820264544
        },
        {
            "start": 820264551,
            "stop": 820267432
        },
        {
            "start": 820267439,
            "stop": 820268553
        },
        {
            "start": 820268560,
            "stop": 820268746
        },
        {
            "start": 820268753,
            "stop": 820269042
        }
    ]
}