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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=14",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 15,
    "results": [
        {
            "start": 1170695466,
            "stop": 1170700523
        },
        {
            "start": 1170703541,
            "stop": 1170704557
        },
        {
            "start": 1170708765,
            "stop": 1170772986
        },
        {
            "start": 1170786160,
            "stop": 1170789019
        },
        {
            "start": 1170789520,
            "stop": 1170827655
        },
        {
            "start": 1170831583,
            "stop": 1170855235
        },
        {
            "start": 1170860376,
            "stop": 1170896413
        },
        {
            "start": 1170899355,
            "stop": 1170947955
        },
        {
            "start": 1170951144,
            "stop": 1170977665
        },
        {
            "start": 1170981075,
            "stop": 1171006987
        },
        {
            "start": 1171010458,
            "stop": 1171030633
        },
        {
            "start": 1171030721,
            "stop": 1171102345
        },
        {
            "start": 1171105409,
            "stop": 1171114633
        },
        {
            "start": 1171153686,
            "stop": 1171166741
        },
        {
            "start": 1171208086,
            "stop": 1171219007
        },
        {
            "start": 1171219355,
            "stop": 1171301364
        },
        {
            "start": 1171321253,
            "stop": 1171326992
        },
        {
            "start": 1171327999,
            "stop": 1171329199
        },
        {
            "start": 1171331741,
            "stop": 1171331809
        },
        {
            "start": 1171331818,
            "stop": 1171375243
        }
    ]
}