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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=47",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 48,
    "results": [
        {
            "start": 1265417163,
            "stop": 1265421880
        },
        {
            "start": 1265425657,
            "stop": 1265425801
        },
        {
            "start": 1265427593,
            "stop": 1265431253
        },
        {
            "start": 1265431261,
            "stop": 1265436057
        },
        {
            "start": 1265438604,
            "stop": 1265440354
        },
        {
            "start": 1265462070,
            "stop": 1265473261
        },
        {
            "start": 1265473262,
            "stop": 1265474005
        },
        {
            "start": 1265475184,
            "stop": 1265494975
        },
        {
            "start": 1265496426,
            "stop": 1265536091
        },
        {
            "start": 1265550739,
            "stop": 1265551918
        },
        {
            "start": 1265551977,
            "stop": 1265552960
        },
        {
            "start": 1265553023,
            "stop": 1265553025
        },
        {
            "start": 1265570971,
            "stop": 1265580750
        },
        {
            "start": 1265588962,
            "stop": 1265609462
        },
        {
            "start": 1265609470,
            "stop": 1265618846
        },
        {
            "start": 1265618854,
            "stop": 1265620853
        },
        {
            "start": 1265623580,
            "stop": 1265624510
        },
        {
            "start": 1265631923,
            "stop": 1265633417
        },
        {
            "start": 1265650642,
            "stop": 1265651164
        },
        {
            "start": 1265651221,
            "stop": 1265651638
        }
    ]
}