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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=21",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 22,
    "results": [
        {
            "start": 1131600921,
            "stop": 1131600974
        },
        {
            "start": 1131601351,
            "stop": 1131616327
        },
        {
            "start": 1131634229,
            "stop": 1131655097
        },
        {
            "start": 1131655098,
            "stop": 1131655927
        },
        {
            "start": 1131656641,
            "stop": 1131658057
        },
        {
            "start": 1131658058,
            "stop": 1131669995
        },
        {
            "start": 1131678503,
            "stop": 1131703453
        },
        {
            "start": 1131703454,
            "stop": 1131717650
        },
        {
            "start": 1131718585,
            "stop": 1131725313
        },
        {
            "start": 1131725314,
            "stop": 1131727639
        },
        {
            "start": 1131735675,
            "stop": 1131737248
        },
        {
            "start": 1131740269,
            "stop": 1131742157
        },
        {
            "start": 1131747252,
            "stop": 1131748460
        },
        {
            "start": 1131748461,
            "stop": 1131750288
        },
        {
            "start": 1131750289,
            "stop": 1131758190
        },
        {
            "start": 1131758191,
            "stop": 1131772335
        },
        {
            "start": 1131893118,
            "stop": 1131896242
        },
        {
            "start": 1131896992,
            "stop": 1131902712
        },
        {
            "start": 1131902961,
            "stop": 1131907591
        },
        {
            "start": 1131932852,
            "stop": 1131935976
        }
    ]
}