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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=152",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 153,
    "results": [
        {
            "start": 1131172954,
            "stop": 1131173011
        },
        {
            "start": 1131173012,
            "stop": 1131173062
        },
        {
            "start": 1131173063,
            "stop": 1131173073
        },
        {
            "start": 1131173074,
            "stop": 1131173093
        },
        {
            "start": 1131173094,
            "stop": 1131173130
        },
        {
            "start": 1131173131,
            "stop": 1131173214
        },
        {
            "start": 1131173215,
            "stop": 1131173235
        },
        {
            "start": 1131173236,
            "stop": 1131173251
        },
        {
            "start": 1131173252,
            "stop": 1131173277
        },
        {
            "start": 1131173278,
            "stop": 1131173305
        },
        {
            "start": 1131173306,
            "stop": 1131173326
        },
        {
            "start": 1131173327,
            "stop": 1131173376
        },
        {
            "start": 1131173377,
            "stop": 1131173432
        },
        {
            "start": 1131173433,
            "stop": 1131173470
        },
        {
            "start": 1131173471,
            "stop": 1131173476
        },
        {
            "start": 1131173477,
            "stop": 1131173489
        },
        {
            "start": 1131173490,
            "stop": 1131173494
        },
        {
            "start": 1131173496,
            "stop": 1131173540
        },
        {
            "start": 1131173541,
            "stop": 1131173603
        },
        {
            "start": 1131173604,
            "stop": 1131173636
        }
    ]
}