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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=52",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 53,
    "results": [
        {
            "start": 822567090,
            "stop": 822567102
        },
        {
            "start": 822568101,
            "stop": 822568713
        },
        {
            "start": 822570012,
            "stop": 822571938
        },
        {
            "start": 822572043,
            "stop": 822576574
        },
        {
            "start": 822577621,
            "stop": 822597422
        },
        {
            "start": 822597627,
            "stop": 822606517
        },
        {
            "start": 822606672,
            "stop": 822612066
        },
        {
            "start": 822613496,
            "stop": 822614609
        },
        {
            "start": 822614865,
            "stop": 822617563
        },
        {
            "start": 822617618,
            "stop": 822619311
        },
        {
            "start": 822619390,
            "stop": 822621379
        },
        {
            "start": 822621455,
            "stop": 822622293
        },
        {
            "start": 822622373,
            "stop": 822625013
        },
        {
            "start": 822625110,
            "stop": 822625402
        },
        {
            "start": 822625466,
            "stop": 822625763
        },
        {
            "start": 822625801,
            "stop": 822626019
        },
        {
            "start": 822626081,
            "stop": 822626297
        },
        {
            "start": 822626363,
            "stop": 822626537
        },
        {
            "start": 822626834,
            "stop": 822634479
        },
        {
            "start": 822637533,
            "stop": 822638012
        }
    ]
}