Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=225
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=224",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 225,
    "results": [
        {
            "start": 1177134548,
            "stop": 1177134552
        },
        {
            "start": 1177134553,
            "stop": 1177134554
        },
        {
            "start": 1177134555,
            "stop": 1177134562
        },
        {
            "start": 1177134564,
            "stop": 1177134808
        },
        {
            "start": 1177134809,
            "stop": 1177134840
        },
        {
            "start": 1177134841,
            "stop": 1177134856
        },
        {
            "start": 1177134858,
            "stop": 1177135023
        },
        {
            "start": 1177135024,
            "stop": 1177135181
        },
        {
            "start": 1177135183,
            "stop": 1177135301
        },
        {
            "start": 1177135302,
            "stop": 1177135366
        },
        {
            "start": 1177135367,
            "stop": 1177135704
        },
        {
            "start": 1177135705,
            "stop": 1177135706
        },
        {
            "start": 1177135708,
            "stop": 1177135718
        },
        {
            "start": 1177135719,
            "stop": 1177136037
        },
        {
            "start": 1177136038,
            "stop": 1177136039
        },
        {
            "start": 1177136042,
            "stop": 1177136331
        },
        {
            "start": 1177136335,
            "stop": 1177136408
        },
        {
            "start": 1177136410,
            "stop": 1177136412
        },
        {
            "start": 1177136413,
            "stop": 1177136414
        },
        {
            "start": 1177136415,
            "stop": 1177136416
        }
    ]
}