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=366
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=367",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=365",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 366,
    "results": [
        {
            "start": 1182739359,
            "stop": 1182739527
        },
        {
            "start": 1182739528,
            "stop": 1182739555
        },
        {
            "start": 1182739556,
            "stop": 1182739566
        },
        {
            "start": 1182739567,
            "stop": 1182739731
        },
        {
            "start": 1182739732,
            "stop": 1182739812
        },
        {
            "start": 1182739813,
            "stop": 1182739862
        },
        {
            "start": 1182739863,
            "stop": 1182740614
        },
        {
            "start": 1182740615,
            "stop": 1182742053
        },
        {
            "start": 1182742055,
            "stop": 1182743521
        },
        {
            "start": 1182743522,
            "stop": 1182743849
        },
        {
            "start": 1182743850,
            "stop": 1182744817
        },
        {
            "start": 1182744818,
            "stop": 1182745318
        },
        {
            "start": 1182745320,
            "stop": 1182745326
        },
        {
            "start": 1182745328,
            "stop": 1182745449
        },
        {
            "start": 1182745451,
            "stop": 1182745459
        },
        {
            "start": 1182745461,
            "stop": 1182745482
        },
        {
            "start": 1182745483,
            "stop": 1182745951
        },
        {
            "start": 1182745952,
            "stop": 1182746071
        },
        {
            "start": 1182746073,
            "stop": 1182746078
        },
        {
            "start": 1182746079,
            "stop": 1182746266
        }
    ]
}