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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=23",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 24,
    "results": [
        {
            "start": 820097741,
            "stop": 820100979
        },
        {
            "start": 820102769,
            "stop": 820103367
        },
        {
            "start": 820104221,
            "stop": 820106732
        },
        {
            "start": 820107411,
            "stop": 820107894
        },
        {
            "start": 820111501,
            "stop": 820111800
        },
        {
            "start": 820113112,
            "stop": 820114075
        },
        {
            "start": 820114140,
            "stop": 820114171
        },
        {
            "start": 820114254,
            "stop": 820114258
        },
        {
            "start": 820117428,
            "stop": 820123850
        },
        {
            "start": 820123892,
            "stop": 820139451
        },
        {
            "start": 820139822,
            "stop": 820141600
        },
        {
            "start": 820142783,
            "stop": 820143653
        },
        {
            "start": 820144096,
            "stop": 820144404
        },
        {
            "start": 820144497,
            "stop": 820147287
        },
        {
            "start": 820148015,
            "stop": 820148564
        },
        {
            "start": 820148760,
            "stop": 820148766
        },
        {
            "start": 820149460,
            "stop": 820151000
        },
        {
            "start": 820152273,
            "stop": 820157114
        },
        {
            "start": 820157670,
            "stop": 820172006
        },
        {
            "start": 820173625,
            "stop": 820173981
        }
    ]
}