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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=89",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 90,
    "results": [
        {
            "start": 1175462257,
            "stop": 1175462332
        },
        {
            "start": 1175462333,
            "stop": 1175462382
        },
        {
            "start": 1175462384,
            "stop": 1175462387
        },
        {
            "start": 1175462388,
            "stop": 1175462530
        },
        {
            "start": 1175462533,
            "stop": 1175462535
        },
        {
            "start": 1175462536,
            "stop": 1175462552
        },
        {
            "start": 1175462553,
            "stop": 1175462634
        },
        {
            "start": 1175462635,
            "stop": 1175462829
        },
        {
            "start": 1175462830,
            "stop": 1175463208
        },
        {
            "start": 1175463209,
            "stop": 1175463260
        },
        {
            "start": 1175463263,
            "stop": 1175463723
        },
        {
            "start": 1175463724,
            "stop": 1175464326
        },
        {
            "start": 1175464328,
            "stop": 1175464546
        },
        {
            "start": 1175464547,
            "stop": 1175464549
        },
        {
            "start": 1175464550,
            "stop": 1175464563
        },
        {
            "start": 1175464564,
            "stop": 1175464565
        },
        {
            "start": 1175464570,
            "stop": 1175464571
        },
        {
            "start": 1175464572,
            "stop": 1175464752
        },
        {
            "start": 1175464754,
            "stop": 1175464756
        },
        {
            "start": 1175464757,
            "stop": 1175464762
        }
    ]
}