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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=189",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 190,
    "results": [
        {
            "start": 1181251047,
            "stop": 1181251055
        },
        {
            "start": 1181251056,
            "stop": 1181251057
        },
        {
            "start": 1181251058,
            "stop": 1181251066
        },
        {
            "start": 1181251067,
            "stop": 1181251068
        },
        {
            "start": 1181251070,
            "stop": 1181251231
        },
        {
            "start": 1181251232,
            "stop": 1181251366
        },
        {
            "start": 1181254355,
            "stop": 1181273001
        },
        {
            "start": 1181273003,
            "stop": 1181285196
        },
        {
            "start": 1181290874,
            "stop": 1181306520
        },
        {
            "start": 1181306880,
            "stop": 1181306940
        },
        {
            "start": 1181307000,
            "stop": 1181307184
        },
        {
            "start": 1181307189,
            "stop": 1181307192
        },
        {
            "start": 1181307197,
            "stop": 1181307201
        },
        {
            "start": 1181307203,
            "stop": 1181307208
        },
        {
            "start": 1181307209,
            "stop": 1181307215
        },
        {
            "start": 1181307220,
            "stop": 1181307225
        },
        {
            "start": 1181307231,
            "stop": 1181307236
        },
        {
            "start": 1181326467,
            "stop": 1181326472
        },
        {
            "start": 1181326473,
            "stop": 1181326474
        },
        {
            "start": 1181326475,
            "stop": 1181326477
        }
    ]
}