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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=6",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 7,
    "results": [
        {
            "start": 817161030,
            "stop": 817167188
        },
        {
            "start": 817167773,
            "stop": 817171759
        },
        {
            "start": 817198996,
            "stop": 817202434
        },
        {
            "start": 817203056,
            "stop": 817207258
        },
        {
            "start": 817207370,
            "stop": 817212018
        },
        {
            "start": 817214813,
            "stop": 817218063
        },
        {
            "start": 817223233,
            "stop": 817229338
        },
        {
            "start": 817230920,
            "stop": 817231727
        },
        {
            "start": 817232358,
            "stop": 817232770
        },
        {
            "start": 817241993,
            "stop": 817242202
        },
        {
            "start": 817243345,
            "stop": 817247592
        },
        {
            "start": 817248222,
            "stop": 817248455
        },
        {
            "start": 817249073,
            "stop": 817254539
        },
        {
            "start": 817254717,
            "stop": 817261526
        },
        {
            "start": 817261632,
            "stop": 817264212
        },
        {
            "start": 817264974,
            "stop": 817287118
        },
        {
            "start": 817290054,
            "stop": 817294922
        },
        {
            "start": 817299137,
            "stop": 817299673
        },
        {
            "start": 817303237,
            "stop": 817308618
        },
        {
            "start": 817352726,
            "stop": 817353135
        }
    ]
}