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/O2/timelines/H1_CBC_CAT3/segments?format=api&page=412
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=413",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=411",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 412,
    "results": [
        {
            "start": 1187020364,
            "stop": 1187020428
        },
        {
            "start": 1187020516,
            "stop": 1187020665
        },
        {
            "start": 1187021294,
            "stop": 1187021342
        },
        {
            "start": 1187021436,
            "stop": 1187021509
        },
        {
            "start": 1187021619,
            "stop": 1187021749
        },
        {
            "start": 1187023761,
            "stop": 1187028937
        },
        {
            "start": 1187028939,
            "stop": 1187039713
        },
        {
            "start": 1187040967,
            "stop": 1187041879
        },
        {
            "start": 1187041881,
            "stop": 1187054051
        },
        {
            "start": 1187054053,
            "stop": 1187062372
        },
        {
            "start": 1187062373,
            "stop": 1187062379
        },
        {
            "start": 1187062385,
            "stop": 1187062390
        },
        {
            "start": 1187062394,
            "stop": 1187062950
        },
        {
            "start": 1187062951,
            "stop": 1187063180
        },
        {
            "start": 1187063185,
            "stop": 1187063189
        },
        {
            "start": 1187063195,
            "stop": 1187063214
        },
        {
            "start": 1187063215,
            "stop": 1187063280
        },
        {
            "start": 1187083265,
            "stop": 1187085559
        },
        {
            "start": 1187085561,
            "stop": 1187094329
        },
        {
            "start": 1187094331,
            "stop": 1187101990
        }
    ]
}