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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=193",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 194,
    "results": [
        {
            "start": 1136388145,
            "stop": 1136388169
        },
        {
            "start": 1136388172,
            "stop": 1136388219
        },
        {
            "start": 1136388222,
            "stop": 1136388253
        },
        {
            "start": 1136388256,
            "stop": 1136388269
        },
        {
            "start": 1136388272,
            "stop": 1136388282
        },
        {
            "start": 1136388285,
            "stop": 1136388308
        },
        {
            "start": 1136388311,
            "stop": 1136388362
        },
        {
            "start": 1136388365,
            "stop": 1136388413
        },
        {
            "start": 1136388416,
            "stop": 1136388421
        },
        {
            "start": 1136388424,
            "stop": 1136388442
        },
        {
            "start": 1136388445,
            "stop": 1136388480
        },
        {
            "start": 1136388483,
            "stop": 1136388493
        },
        {
            "start": 1136388496,
            "stop": 1136388498
        },
        {
            "start": 1136388501,
            "stop": 1136388524
        },
        {
            "start": 1136388527,
            "stop": 1136388546
        },
        {
            "start": 1136388549,
            "stop": 1136388583
        },
        {
            "start": 1136388586,
            "stop": 1136388610
        },
        {
            "start": 1136388613,
            "stop": 1136388621
        },
        {
            "start": 1136388624,
            "stop": 1136388639
        },
        {
            "start": 1136388642,
            "stop": 1136388673
        }
    ]
}