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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1400",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1398",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1399,
    "results": [
        {
            "start": 970589505,
            "stop": 970589930
        },
        {
            "start": 970594964,
            "stop": 970598507
        },
        {
            "start": 970631520,
            "stop": 970635031
        },
        {
            "start": 970635032,
            "stop": 970636215
        },
        {
            "start": 970636216,
            "stop": 970641783
        },
        {
            "start": 970641784,
            "stop": 970642286
        },
        {
            "start": 970642287,
            "stop": 970659310
        },
        {
            "start": 970659311,
            "stop": 970662418
        },
        {
            "start": 970662419,
            "stop": 970670592
        },
        {
            "start": 970675820,
            "stop": 970682398
        },
        {
            "start": 970683027,
            "stop": 970683779
        },
        {
            "start": 970683812,
            "stop": 970683815
        },
        {
            "start": 970683851,
            "stop": 970683903
        },
        {
            "start": 970695724,
            "stop": 970699160
        },
        {
            "start": 970699161,
            "stop": 970707761
        },
        {
            "start": 970707762,
            "stop": 970730889
        },
        {
            "start": 970730890,
            "stop": 970744330
        },
        {
            "start": 970744331,
            "stop": 970750413
        },
        {
            "start": 970750414,
            "stop": 970752619
        },
        {
            "start": 970752620,
            "stop": 970758160
        }
    ]
}