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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=68",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 69,
    "results": [
        {
            "start": 1165853982,
            "stop": 1165853983
        },
        {
            "start": 1165853984,
            "stop": 1165853992
        },
        {
            "start": 1165853993,
            "stop": 1165854002
        },
        {
            "start": 1165854003,
            "stop": 1165854011
        },
        {
            "start": 1165854012,
            "stop": 1165854017
        },
        {
            "start": 1165854018,
            "stop": 1165854019
        },
        {
            "start": 1165854020,
            "stop": 1165854034
        },
        {
            "start": 1165854035,
            "stop": 1165854095
        },
        {
            "start": 1165854097,
            "stop": 1165854122
        },
        {
            "start": 1165854123,
            "stop": 1165854139
        },
        {
            "start": 1165854140,
            "stop": 1165854147
        },
        {
            "start": 1165854148,
            "stop": 1165854156
        },
        {
            "start": 1165854157,
            "stop": 1165854166
        },
        {
            "start": 1165854167,
            "stop": 1165854193
        },
        {
            "start": 1165854194,
            "stop": 1165854200
        },
        {
            "start": 1165854202,
            "stop": 1165854209
        },
        {
            "start": 1165854210,
            "stop": 1165854223
        },
        {
            "start": 1165854224,
            "stop": 1165854251
        },
        {
            "start": 1165854252,
            "stop": 1165854260
        },
        {
            "start": 1165854261,
            "stop": 1165854265
        }
    ]
}