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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5302",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5303,
    "results": [
        {
            "start": 970699191,
            "stop": 970699252
        },
        {
            "start": 970699255,
            "stop": 970699279
        },
        {
            "start": 970699282,
            "stop": 970699386
        },
        {
            "start": 970699389,
            "stop": 970699727
        },
        {
            "start": 970699748,
            "stop": 970699811
        },
        {
            "start": 970699814,
            "stop": 970700049
        },
        {
            "start": 970700052,
            "stop": 970701509
        },
        {
            "start": 970701512,
            "stop": 970701610
        },
        {
            "start": 970701613,
            "stop": 970704277
        },
        {
            "start": 970704280,
            "stop": 970704340
        },
        {
            "start": 970704343,
            "stop": 970704385
        },
        {
            "start": 970704388,
            "stop": 970704861
        },
        {
            "start": 970704864,
            "stop": 970704892
        },
        {
            "start": 970704895,
            "stop": 970705153
        },
        {
            "start": 970705156,
            "stop": 970705239
        },
        {
            "start": 970705242,
            "stop": 970705417
        },
        {
            "start": 970705420,
            "stop": 970705895
        },
        {
            "start": 970705898,
            "stop": 970706462
        },
        {
            "start": 970706465,
            "stop": 970706467
        },
        {
            "start": 970706470,
            "stop": 970706800
        }
    ]
}