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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=17",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 18,
    "results": [
        {
            "start": 1172270921,
            "stop": 1172276821
        },
        {
            "start": 1172276825,
            "stop": 1172292309
        },
        {
            "start": 1172292620,
            "stop": 1172333089
        },
        {
            "start": 1172362758,
            "stop": 1172370989
        },
        {
            "start": 1172371033,
            "stop": 1172387592
        },
        {
            "start": 1172388012,
            "stop": 1172395489
        },
        {
            "start": 1172395494,
            "stop": 1172402517
        },
        {
            "start": 1172402523,
            "stop": 1172404228
        },
        {
            "start": 1172410623,
            "stop": 1172425773
        },
        {
            "start": 1172425779,
            "stop": 1172431156
        },
        {
            "start": 1172447192,
            "stop": 1172447703
        },
        {
            "start": 1172448396,
            "stop": 1172463759
        },
        {
            "start": 1172470244,
            "stop": 1172472785
        },
        {
            "start": 1172476825,
            "stop": 1172506288
        },
        {
            "start": 1172506812,
            "stop": 1172565198
        },
        {
            "start": 1172565715,
            "stop": 1172602716
        },
        {
            "start": 1172602729,
            "stop": 1172606424
        },
        {
            "start": 1172612537,
            "stop": 1172619311
        },
        {
            "start": 1172619603,
            "stop": 1172634627
        },
        {
            "start": 1172634648,
            "stop": 1172634662
        }
    ]
}