Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=270
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=269",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 270,
    "results": [
        {
            "start": 1178247482,
            "stop": 1178252747
        },
        {
            "start": 1178252748,
            "stop": 1178252870
        },
        {
            "start": 1178252871,
            "stop": 1178252908
        },
        {
            "start": 1178252910,
            "stop": 1178252953
        },
        {
            "start": 1178252954,
            "stop": 1178253101
        },
        {
            "start": 1178253102,
            "stop": 1178253415
        },
        {
            "start": 1178253416,
            "stop": 1178253869
        },
        {
            "start": 1178253870,
            "stop": 1178254015
        },
        {
            "start": 1178270017,
            "stop": 1178275481
        },
        {
            "start": 1178275484,
            "stop": 1178278572
        },
        {
            "start": 1178278573,
            "stop": 1178278574
        },
        {
            "start": 1178278575,
            "stop": 1178278576
        },
        {
            "start": 1178278582,
            "stop": 1178278583
        },
        {
            "start": 1178278584,
            "stop": 1178278585
        },
        {
            "start": 1178278587,
            "stop": 1178280082
        },
        {
            "start": 1178280083,
            "stop": 1178280085
        },
        {
            "start": 1178280087,
            "stop": 1178280088
        },
        {
            "start": 1178280089,
            "stop": 1178280129
        },
        {
            "start": 1178280131,
            "stop": 1178284319
        },
        {
            "start": 1178284324,
            "stop": 1178284343
        }
    ]
}