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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14418",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14416",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14417,
    "results": [
        {
            "start": 971450949,
            "stop": 971450963
        },
        {
            "start": 971450964,
            "stop": 971451029
        },
        {
            "start": 971451031,
            "stop": 971451169
        },
        {
            "start": 971451171,
            "stop": 971451180
        },
        {
            "start": 971451181,
            "stop": 971451221
        },
        {
            "start": 971451222,
            "stop": 971451230
        },
        {
            "start": 971451231,
            "stop": 971451232
        },
        {
            "start": 971451234,
            "stop": 971451254
        },
        {
            "start": 971451256,
            "stop": 971451278
        },
        {
            "start": 971451279,
            "stop": 971451286
        },
        {
            "start": 971451292,
            "stop": 971451295
        },
        {
            "start": 971451296,
            "stop": 971451301
        },
        {
            "start": 971451302,
            "stop": 971451312
        },
        {
            "start": 971451313,
            "stop": 971451316
        },
        {
            "start": 971451318,
            "stop": 971451331
        },
        {
            "start": 971451332,
            "stop": 971451338
        },
        {
            "start": 971451341,
            "stop": 971451383
        },
        {
            "start": 971451385,
            "stop": 971451396
        },
        {
            "start": 971451397,
            "stop": 971451398
        },
        {
            "start": 971451399,
            "stop": 971451414
        }
    ]
}