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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14907",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14905",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14906,
    "results": [
        {
            "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
        },
        {
            "start": 971453608,
            "stop": 971453615
        },
        {
            "start": 971453616,
            "stop": 971453627
        },
        {
            "start": 971453628,
            "stop": 971453643
        },
        {
            "start": 971453644,
            "stop": 971453646
        }
    ]
}