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=1074
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=1075",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1073",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1074,
    "results": [
        {
            "start": 1136387999,
            "stop": 1136388051
        },
        {
            "start": 1136388054,
            "stop": 1136388142
        },
        {
            "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
        }
    ]
}