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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=60",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 61,
    "results": [
        {
            "start": 944149279,
            "stop": 944149813
        },
        {
            "start": 944151430,
            "stop": 944156174
        },
        {
            "start": 944158285,
            "stop": 944168134
        },
        {
            "start": 944169218,
            "stop": 944174188
        },
        {
            "start": 944176415,
            "stop": 944177702
        },
        {
            "start": 944178491,
            "stop": 944179050
        },
        {
            "start": 944180043,
            "stop": 944181711
        },
        {
            "start": 944183418,
            "stop": 944183489
        },
        {
            "start": 944186658,
            "stop": 944187837
        },
        {
            "start": 944190327,
            "stop": 944190943
        },
        {
            "start": 944191754,
            "stop": 944194140
        },
        {
            "start": 944194981,
            "stop": 944195165
        },
        {
            "start": 944196059,
            "stop": 944196310
        },
        {
            "start": 944197199,
            "stop": 944197884
        },
        {
            "start": 944198792,
            "stop": 944199732
        },
        {
            "start": 944200359,
            "stop": 944202687
        },
        {
            "start": 944206059,
            "stop": 944207249
        },
        {
            "start": 944210389,
            "stop": 944213818
        },
        {
            "start": 944215060,
            "stop": 944215866
        },
        {
            "start": 944217539,
            "stop": 944220018
        }
    ]
}