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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=115",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 116,
    "results": [
        {
            "start": 960533781,
            "stop": 960551076
        },
        {
            "start": 960556429,
            "stop": 960556626
        },
        {
            "start": 960556660,
            "stop": 960557191
        },
        {
            "start": 960627018,
            "stop": 960627771
        },
        {
            "start": 960628447,
            "stop": 960629174
        },
        {
            "start": 960630408,
            "stop": 960631972
        },
        {
            "start": 960632797,
            "stop": 960633403
        },
        {
            "start": 960634651,
            "stop": 960636072
        },
        {
            "start": 960638530,
            "stop": 960638965
        },
        {
            "start": 960707944,
            "stop": 960710359
        },
        {
            "start": 960711269,
            "stop": 960728718
        },
        {
            "start": 960730983,
            "stop": 960735456
        },
        {
            "start": 960753206,
            "stop": 960760405
        },
        {
            "start": 960792766,
            "stop": 960801279
        },
        {
            "start": 960806689,
            "stop": 960806979
        },
        {
            "start": 960812830,
            "stop": 960828850
        },
        {
            "start": 960830956,
            "stop": 960850026
        },
        {
            "start": 960850205,
            "stop": 960855138
        },
        {
            "start": 960879055,
            "stop": 960881927
        },
        {
            "start": 960883220,
            "stop": 960887309
        }
    ]
}