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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=124",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 125,
    "results": [
        {
            "start": 1175869443,
            "stop": 1175870228
        },
        {
            "start": 1175870229,
            "stop": 1175871301
        },
        {
            "start": 1175871302,
            "stop": 1175872647
        },
        {
            "start": 1175872648,
            "stop": 1175874055
        },
        {
            "start": 1175874056,
            "stop": 1175875141
        },
        {
            "start": 1175875142,
            "stop": 1175876093
        },
        {
            "start": 1175876094,
            "stop": 1175876896
        },
        {
            "start": 1175876897,
            "stop": 1175878051
        },
        {
            "start": 1175878052,
            "stop": 1175879539
        },
        {
            "start": 1175879540,
            "stop": 1175880941
        },
        {
            "start": 1175880942,
            "stop": 1175882109
        },
        {
            "start": 1175882110,
            "stop": 1175883336
        },
        {
            "start": 1175883337,
            "stop": 1175884599
        },
        {
            "start": 1175884600,
            "stop": 1175885790
        },
        {
            "start": 1175885791,
            "stop": 1175886743
        },
        {
            "start": 1175886744,
            "stop": 1175888864
        },
        {
            "start": 1175888865,
            "stop": 1175891112
        },
        {
            "start": 1175891113,
            "stop": 1175893387
        },
        {
            "start": 1175893388,
            "stop": 1175894543
        },
        {
            "start": 1175897248,
            "stop": 1175898164
        }
    ]
}