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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=364",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 365,
    "results": [
        {
            "start": 1182734843,
            "stop": 1182735161
        },
        {
            "start": 1182735162,
            "stop": 1182735239
        },
        {
            "start": 1182735240,
            "stop": 1182735289
        },
        {
            "start": 1182735290,
            "stop": 1182735388
        },
        {
            "start": 1182735390,
            "stop": 1182735391
        },
        {
            "start": 1182735392,
            "stop": 1182735409
        },
        {
            "start": 1182735410,
            "stop": 1182735767
        },
        {
            "start": 1182735768,
            "stop": 1182735972
        },
        {
            "start": 1182735973,
            "stop": 1182736086
        },
        {
            "start": 1182736087,
            "stop": 1182736135
        },
        {
            "start": 1182736136,
            "stop": 1182736193
        },
        {
            "start": 1182737817,
            "stop": 1182737973
        },
        {
            "start": 1182737975,
            "stop": 1182738174
        },
        {
            "start": 1182738175,
            "stop": 1182738292
        },
        {
            "start": 1182738293,
            "stop": 1182738391
        },
        {
            "start": 1182738392,
            "stop": 1182738498
        },
        {
            "start": 1182738499,
            "stop": 1182739096
        },
        {
            "start": 1182739097,
            "stop": 1182739259
        },
        {
            "start": 1182739260,
            "stop": 1182739332
        },
        {
            "start": 1182739333,
            "stop": 1182739358
        }
    ]
}