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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=44",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 45,
    "results": [
        {
            "start": 1165844293,
            "stop": 1165844309
        },
        {
            "start": 1165844310,
            "stop": 1165844315
        },
        {
            "start": 1165844316,
            "stop": 1165844327
        },
        {
            "start": 1165844328,
            "stop": 1165844329
        },
        {
            "start": 1165844330,
            "stop": 1165844344
        },
        {
            "start": 1165844345,
            "stop": 1165844351
        },
        {
            "start": 1165844352,
            "stop": 1165844362
        },
        {
            "start": 1165844363,
            "stop": 1165844366
        },
        {
            "start": 1165844369,
            "stop": 1165844374
        },
        {
            "start": 1165844376,
            "stop": 1165844386
        },
        {
            "start": 1165844387,
            "stop": 1165844398
        },
        {
            "start": 1165844399,
            "stop": 1165844404
        },
        {
            "start": 1165844405,
            "stop": 1165844406
        },
        {
            "start": 1165844407,
            "stop": 1165844424
        },
        {
            "start": 1165844426,
            "stop": 1165844458
        },
        {
            "start": 1165844459,
            "stop": 1165844488
        },
        {
            "start": 1165844489,
            "stop": 1165844500
        },
        {
            "start": 1165844501,
            "stop": 1165844512
        },
        {
            "start": 1165844513,
            "stop": 1165844523
        },
        {
            "start": 1165844524,
            "stop": 1165844528
        }
    ]
}