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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=738",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=736",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 737,
    "results": [
        {
            "start": 1267743086,
            "stop": 1267744065
        },
        {
            "start": 1267744068,
            "stop": 1267744431
        },
        {
            "start": 1267744439,
            "stop": 1267745941
        },
        {
            "start": 1267745949,
            "stop": 1267746535
        },
        {
            "start": 1267746617,
            "stop": 1267747220
        },
        {
            "start": 1267747228,
            "stop": 1267747415
        },
        {
            "start": 1267747418,
            "stop": 1267749528
        },
        {
            "start": 1267749531,
            "stop": 1267758088
        },
        {
            "start": 1267764710,
            "stop": 1267766695
        },
        {
            "start": 1267766703,
            "stop": 1267767011
        },
        {
            "start": 1267767019,
            "stop": 1267770269
        },
        {
            "start": 1267770272,
            "stop": 1267771079
        },
        {
            "start": 1267777100,
            "stop": 1267777615
        },
        {
            "start": 1267777622,
            "stop": 1267777624
        },
        {
            "start": 1267777625,
            "stop": 1267777634
        },
        {
            "start": 1267777637,
            "stop": 1267777663
        },
        {
            "start": 1267777668,
            "stop": 1267777701
        },
        {
            "start": 1267777702,
            "stop": 1267778485
        },
        {
            "start": 1267778488,
            "stop": 1267778795
        },
        {
            "start": 1267778802,
            "stop": 1267782195
        }
    ]
}