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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=32",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 33,
    "results": [
        {
            "start": 820114254,
            "stop": 820114258
        },
        {
            "start": 820117428,
            "stop": 820123850
        },
        {
            "start": 820123892,
            "stop": 820139450
        },
        {
            "start": 820139822,
            "stop": 820141598
        },
        {
            "start": 820142783,
            "stop": 820143653
        },
        {
            "start": 820144096,
            "stop": 820144402
        },
        {
            "start": 820144497,
            "stop": 820147286
        },
        {
            "start": 820148015,
            "stop": 820148562
        },
        {
            "start": 820148760,
            "stop": 820148765
        },
        {
            "start": 820149460,
            "stop": 820150999
        },
        {
            "start": 820152273,
            "stop": 820157113
        },
        {
            "start": 820157670,
            "stop": 820172004
        },
        {
            "start": 820173625,
            "stop": 820173979
        },
        {
            "start": 820174486,
            "stop": 820175692
        },
        {
            "start": 820177368,
            "stop": 820194264
        },
        {
            "start": 820196007,
            "stop": 820199656
        },
        {
            "start": 820204001,
            "stop": 820210681
        },
        {
            "start": 820216753,
            "stop": 820218667
        },
        {
            "start": 820228454,
            "stop": 820231364
        },
        {
            "start": 820231621,
            "stop": 820250489
        }
    ]
}