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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29449",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29447",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29448,
    "results": [
        {
            "start": 971453286,
            "stop": 971453287
        },
        {
            "start": 971453288,
            "stop": 971453334
        },
        {
            "start": 971453336,
            "stop": 971453393
        },
        {
            "start": 971453394,
            "stop": 971453412
        },
        {
            "start": 971453418,
            "stop": 971453436
        },
        {
            "start": 971453440,
            "stop": 971453441
        },
        {
            "start": 971453446,
            "stop": 971453447
        },
        {
            "start": 971453448,
            "stop": 971453459
        },
        {
            "start": 971453466,
            "stop": 971453484
        },
        {
            "start": 971453491,
            "stop": 971453494
        },
        {
            "start": 971453498,
            "stop": 971453510
        },
        {
            "start": 971453511,
            "stop": 971453521
        },
        {
            "start": 971453522,
            "stop": 971453525
        },
        {
            "start": 971453526,
            "stop": 971453539
        },
        {
            "start": 971453541,
            "stop": 971453551
        },
        {
            "start": 971453554,
            "stop": 971453573
        },
        {
            "start": 971453575,
            "stop": 971453578
        },
        {
            "start": 971453579,
            "stop": 971453595
        },
        {
            "start": 971453596,
            "stop": 971453597
        },
        {
            "start": 971453598,
            "stop": 971453607
        }
    ]
}