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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=149",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 150,
    "results": [
        {
            "start": 1131171049,
            "stop": 1131171069
        },
        {
            "start": 1131171070,
            "stop": 1131171108
        },
        {
            "start": 1131171109,
            "stop": 1131171113
        },
        {
            "start": 1131171114,
            "stop": 1131171135
        },
        {
            "start": 1131171136,
            "stop": 1131171177
        },
        {
            "start": 1131171178,
            "stop": 1131171244
        },
        {
            "start": 1131171245,
            "stop": 1131171293
        },
        {
            "start": 1131171294,
            "stop": 1131171347
        },
        {
            "start": 1131171348,
            "stop": 1131171358
        },
        {
            "start": 1131171359,
            "stop": 1131171419
        },
        {
            "start": 1131171420,
            "stop": 1131171448
        },
        {
            "start": 1131171449,
            "stop": 1131171450
        },
        {
            "start": 1131171451,
            "stop": 1131171542
        },
        {
            "start": 1131171543,
            "stop": 1131171546
        },
        {
            "start": 1131171547,
            "stop": 1131171594
        },
        {
            "start": 1131171595,
            "stop": 1131171600
        },
        {
            "start": 1131171601,
            "stop": 1131171602
        },
        {
            "start": 1131171603,
            "stop": 1131171607
        },
        {
            "start": 1131171608,
            "stop": 1131171675
        },
        {
            "start": 1131171676,
            "stop": 1131171789
        }
    ]
}