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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=10",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 11,
    "results": [
        {
            "start": 1165128945,
            "stop": 1165128947
        },
        {
            "start": 1165128948,
            "stop": 1165128975
        },
        {
            "start": 1165128976,
            "stop": 1165129034
        },
        {
            "start": 1165129035,
            "stop": 1165129176
        },
        {
            "start": 1165129177,
            "stop": 1165129178
        },
        {
            "start": 1165129179,
            "stop": 1165129248
        },
        {
            "start": 1165129249,
            "stop": 1165129284
        },
        {
            "start": 1165129285,
            "stop": 1165129441
        },
        {
            "start": 1165129442,
            "stop": 1165129443
        },
        {
            "start": 1165129445,
            "stop": 1165129587
        },
        {
            "start": 1165129589,
            "stop": 1165129612
        },
        {
            "start": 1165129613,
            "stop": 1165129639
        },
        {
            "start": 1165129640,
            "stop": 1165129717
        },
        {
            "start": 1165129718,
            "stop": 1165129743
        },
        {
            "start": 1165129745,
            "stop": 1165129750
        },
        {
            "start": 1165129751,
            "stop": 1165129817
        },
        {
            "start": 1165129818,
            "stop": 1165129905
        },
        {
            "start": 1165129906,
            "stop": 1165129958
        },
        {
            "start": 1165129959,
            "stop": 1165130019
        },
        {
            "start": 1165130020,
            "stop": 1165130038
        }
    ]
}