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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=101",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 102,
    "results": [
        {
            "start": 1170658496,
            "stop": 1170672366
        },
        {
            "start": 1170676376,
            "stop": 1170689746
        },
        {
            "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
        }
    ]
}