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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=116",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 117,
    "results": [
        {
            "start": 835731954,
            "stop": 835735702
        },
        {
            "start": 835735703,
            "stop": 835735750
        },
        {
            "start": 835735751,
            "stop": 835738481
        },
        {
            "start": 835738482,
            "stop": 835739024
        },
        {
            "start": 835739031,
            "stop": 835759731
        },
        {
            "start": 835759738,
            "stop": 835766972
        },
        {
            "start": 835766978,
            "stop": 835770759
        },
        {
            "start": 835771994,
            "stop": 835780650
        },
        {
            "start": 835780651,
            "stop": 835780656
        },
        {
            "start": 835780658,
            "stop": 835799911
        },
        {
            "start": 835799918,
            "stop": 835799921
        },
        {
            "start": 835799927,
            "stop": 835804341
        },
        {
            "start": 835805602,
            "stop": 835814420
        },
        {
            "start": 835815913,
            "stop": 835818151
        },
        {
            "start": 835819440,
            "stop": 835823795
        },
        {
            "start": 835823800,
            "stop": 835848162
        },
        {
            "start": 835849102,
            "stop": 835888415
        },
        {
            "start": 835890751,
            "stop": 835895153
        },
        {
            "start": 835898072,
            "stop": 835902166
        },
        {
            "start": 835902186,
            "stop": 835920200
        }
    ]
}