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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=35",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 36,
    "results": [
        {
            "start": 1172201446,
            "stop": 1172201447
        },
        {
            "start": 1172201450,
            "stop": 1172206917
        },
        {
            "start": 1172206919,
            "stop": 1172223547
        },
        {
            "start": 1172223550,
            "stop": 1172239913
        },
        {
            "start": 1172239915,
            "stop": 1172239917
        },
        {
            "start": 1172239919,
            "stop": 1172239932
        },
        {
            "start": 1172239934,
            "stop": 1172258325
        },
        {
            "start": 1172258327,
            "stop": 1172268065
        },
        {
            "start": 1172268067,
            "stop": 1172270917
        },
        {
            "start": 1172270921,
            "stop": 1172276821
        },
        {
            "start": 1172276825,
            "stop": 1172292309
        },
        {
            "start": 1172292620,
            "stop": 1172326683
        },
        {
            "start": 1172326685,
            "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": 1172412557
        },
        {
            "start": 1172412560,
            "stop": 1172414893
        }
    ]
}