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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=9",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 10,
    "results": [
        {
            "start": 931137187,
            "stop": 931137196
        },
        {
            "start": 931137203,
            "stop": 931137215
        },
        {
            "start": 931137220,
            "stop": 931137227
        },
        {
            "start": 931137243,
            "stop": 931137244
        },
        {
            "start": 931137263,
            "stop": 931137281
        },
        {
            "start": 931137287,
            "stop": 931137292
        },
        {
            "start": 931137327,
            "stop": 931137339
        },
        {
            "start": 931137345,
            "stop": 931137347
        },
        {
            "start": 931137361,
            "stop": 931137369
        },
        {
            "start": 931137380,
            "stop": 931137388
        },
        {
            "start": 931137396,
            "stop": 931137408
        },
        {
            "start": 931137417,
            "stop": 931137419
        },
        {
            "start": 931137430,
            "stop": 931137436
        },
        {
            "start": 931137442,
            "stop": 931137448
        },
        {
            "start": 931137470,
            "stop": 931137471
        },
        {
            "start": 931137477,
            "stop": 931137483
        },
        {
            "start": 931137511,
            "stop": 931137519
        },
        {
            "start": 931137525,
            "stop": 931137536
        },
        {
            "start": 931137547,
            "stop": 931137553
        },
        {
            "start": 931137558,
            "stop": 931137566
        }
    ]
}