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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=108",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 109,
    "results": [
        {
            "start": 1175907259,
            "stop": 1175907263
        },
        {
            "start": 1175907268,
            "stop": 1175907281
        },
        {
            "start": 1175907282,
            "stop": 1175907341
        },
        {
            "start": 1175907344,
            "stop": 1175907348
        },
        {
            "start": 1175907349,
            "stop": 1175907376
        },
        {
            "start": 1175907378,
            "stop": 1175907402
        },
        {
            "start": 1175907403,
            "stop": 1175907407
        },
        {
            "start": 1175907408,
            "stop": 1175907553
        },
        {
            "start": 1175907554,
            "stop": 1175907679
        },
        {
            "start": 1175907681,
            "stop": 1175908714
        },
        {
            "start": 1175908716,
            "stop": 1175912085
        },
        {
            "start": 1175912086,
            "stop": 1175912091
        },
        {
            "start": 1175912092,
            "stop": 1175912096
        },
        {
            "start": 1175912099,
            "stop": 1175912108
        },
        {
            "start": 1175912109,
            "stop": 1175912192
        },
        {
            "start": 1175912193,
            "stop": 1175913122
        },
        {
            "start": 1175913127,
            "stop": 1175913128
        },
        {
            "start": 1175913130,
            "stop": 1175913156
        },
        {
            "start": 1175913158,
            "stop": 1175914244
        },
        {
            "start": 1175914245,
            "stop": 1175914267
        }
    ]
}