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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=79",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 80,
    "results": [
        {
            "start": 1166405054,
            "stop": 1166411327
        },
        {
            "start": 1166413502,
            "stop": 1166414886
        },
        {
            "start": 1166426886,
            "stop": 1166426996
        },
        {
            "start": 1166426997,
            "stop": 1166427032
        },
        {
            "start": 1166427034,
            "stop": 1166427140
        },
        {
            "start": 1166427141,
            "stop": 1166427142
        },
        {
            "start": 1166427143,
            "stop": 1166427242
        },
        {
            "start": 1166427243,
            "stop": 1166427297
        },
        {
            "start": 1166427299,
            "stop": 1166427391
        },
        {
            "start": 1166427392,
            "stop": 1166427480
        },
        {
            "start": 1166427481,
            "stop": 1166428000
        },
        {
            "start": 1166428001,
            "stop": 1166428015
        },
        {
            "start": 1166428019,
            "stop": 1166428054
        },
        {
            "start": 1166428055,
            "stop": 1166428388
        },
        {
            "start": 1166428389,
            "stop": 1166428440
        },
        {
            "start": 1166428441,
            "stop": 1166428737
        },
        {
            "start": 1166428738,
            "stop": 1166428887
        },
        {
            "start": 1166428888,
            "stop": 1166429068
        },
        {
            "start": 1166429070,
            "stop": 1166429160
        },
        {
            "start": 1166429161,
            "stop": 1166429857
        }
    ]
}