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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=14",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 15,
    "results": [
        {
            "start": 1165132530,
            "stop": 1165132531
        },
        {
            "start": 1165132532,
            "stop": 1165132542
        },
        {
            "start": 1165132544,
            "stop": 1165132604
        },
        {
            "start": 1165132605,
            "stop": 1165132616
        },
        {
            "start": 1165132618,
            "stop": 1165132625
        },
        {
            "start": 1165132626,
            "stop": 1165132639
        },
        {
            "start": 1165132640,
            "stop": 1165132644
        },
        {
            "start": 1165132645,
            "stop": 1165132659
        },
        {
            "start": 1165132661,
            "stop": 1165132684
        },
        {
            "start": 1165132686,
            "stop": 1165132687
        },
        {
            "start": 1165132688,
            "stop": 1165132689
        },
        {
            "start": 1165132690,
            "stop": 1165132733
        },
        {
            "start": 1165132734,
            "stop": 1165132745
        },
        {
            "start": 1165132746,
            "stop": 1165132786
        },
        {
            "start": 1165132787,
            "stop": 1165132789
        },
        {
            "start": 1165132790,
            "stop": 1165132892
        },
        {
            "start": 1165132893,
            "stop": 1165132894
        },
        {
            "start": 1165132895,
            "stop": 1165132971
        },
        {
            "start": 1165132972,
            "stop": 1165133008
        },
        {
            "start": 1165133010,
            "stop": 1165133062
        }
    ]
}