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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=165",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 166,
    "results": [
        {
            "start": 1177532641,
            "stop": 1177532753
        },
        {
            "start": 1177532756,
            "stop": 1177533654
        },
        {
            "start": 1177533658,
            "stop": 1177533665
        },
        {
            "start": 1177533670,
            "stop": 1177533832
        },
        {
            "start": 1177533836,
            "stop": 1177533889
        },
        {
            "start": 1177533891,
            "stop": 1177534833
        },
        {
            "start": 1177534835,
            "stop": 1177535153
        },
        {
            "start": 1177535158,
            "stop": 1177535164
        },
        {
            "start": 1177535170,
            "stop": 1177535175
        },
        {
            "start": 1177535182,
            "stop": 1177535186
        },
        {
            "start": 1177535194,
            "stop": 1177535199
        },
        {
            "start": 1177535207,
            "stop": 1177535212
        },
        {
            "start": 1177535219,
            "stop": 1177535224
        },
        {
            "start": 1177535230,
            "stop": 1177535238
        },
        {
            "start": 1177535240,
            "stop": 1177535277
        },
        {
            "start": 1177535278,
            "stop": 1177535388
        },
        {
            "start": 1177535392,
            "stop": 1177535396
        },
        {
            "start": 1177535402,
            "stop": 1177535407
        },
        {
            "start": 1177535413,
            "stop": 1177535416
        },
        {
            "start": 1177535422,
            "stop": 1177535730
        }
    ]
}