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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=351",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 352,
    "results": [
        {
            "start": 1182451740,
            "stop": 1182451893
        },
        {
            "start": 1182451894,
            "stop": 1182451901
        },
        {
            "start": 1182451903,
            "stop": 1182452004
        },
        {
            "start": 1182452005,
            "stop": 1182452013
        },
        {
            "start": 1182452014,
            "stop": 1182458401
        },
        {
            "start": 1182458402,
            "stop": 1182470073
        },
        {
            "start": 1182470074,
            "stop": 1182471284
        },
        {
            "start": 1182471285,
            "stop": 1182471309
        },
        {
            "start": 1182471310,
            "stop": 1182471391
        },
        {
            "start": 1182471392,
            "stop": 1182471466
        },
        {
            "start": 1182474765,
            "stop": 1182475129
        },
        {
            "start": 1182475130,
            "stop": 1182476337
        },
        {
            "start": 1182476338,
            "stop": 1182476734
        },
        {
            "start": 1182476735,
            "stop": 1182477544
        },
        {
            "start": 1182477545,
            "stop": 1182477676
        },
        {
            "start": 1182477677,
            "stop": 1182477767
        },
        {
            "start": 1182477768,
            "stop": 1182477796
        },
        {
            "start": 1182477797,
            "stop": 1182477801
        },
        {
            "start": 1182477802,
            "stop": 1182477895
        },
        {
            "start": 1182477896,
            "stop": 1182477921
        }
    ]
}