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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=293",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 294,
    "results": [
        {
            "start": 1246830063,
            "stop": 1246830080
        },
        {
            "start": 1246830081,
            "stop": 1246830114
        },
        {
            "start": 1246830115,
            "stop": 1246830176
        },
        {
            "start": 1246830177,
            "stop": 1246830227
        },
        {
            "start": 1246830228,
            "stop": 1246830259
        },
        {
            "start": 1246830260,
            "stop": 1246830295
        },
        {
            "start": 1246830296,
            "stop": 1246830317
        },
        {
            "start": 1246830320,
            "stop": 1246830335
        },
        {
            "start": 1246830340,
            "stop": 1246830341
        },
        {
            "start": 1246830345,
            "stop": 1246830347
        },
        {
            "start": 1246830348,
            "stop": 1246830351
        },
        {
            "start": 1246830352,
            "stop": 1246830375
        },
        {
            "start": 1246830376,
            "stop": 1246830378
        },
        {
            "start": 1246830379,
            "stop": 1246830407
        },
        {
            "start": 1246830409,
            "stop": 1246830500
        },
        {
            "start": 1246830501,
            "stop": 1246830646
        },
        {
            "start": 1246830648,
            "stop": 1246830651
        },
        {
            "start": 1246830653,
            "stop": 1246830654
        },
        {
            "start": 1246830655,
            "stop": 1246830659
        },
        {
            "start": 1246830666,
            "stop": 1246830670
        }
    ]
}