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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=25",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 26,
    "results": [
        {
            "start": 1165746916,
            "stop": 1165747014
        },
        {
            "start": 1165747015,
            "stop": 1165747315
        },
        {
            "start": 1165747316,
            "stop": 1165747990
        },
        {
            "start": 1165747991,
            "stop": 1165749029
        },
        {
            "start": 1165749030,
            "stop": 1165749522
        },
        {
            "start": 1165749523,
            "stop": 1165751170
        },
        {
            "start": 1165751171,
            "stop": 1165751356
        },
        {
            "start": 1165751357,
            "stop": 1165751899
        },
        {
            "start": 1165751900,
            "stop": 1165752409
        },
        {
            "start": 1165752410,
            "stop": 1165752449
        },
        {
            "start": 1165752450,
            "stop": 1165752682
        },
        {
            "start": 1165752683,
            "stop": 1165754540
        },
        {
            "start": 1165759716,
            "stop": 1165759770
        },
        {
            "start": 1165759771,
            "stop": 1165760062
        },
        {
            "start": 1165760063,
            "stop": 1165760445
        },
        {
            "start": 1165760446,
            "stop": 1165760979
        },
        {
            "start": 1165764860,
            "stop": 1165765378
        },
        {
            "start": 1165766259,
            "stop": 1165769593
        },
        {
            "start": 1165776566,
            "stop": 1165786184
        },
        {
            "start": 1165786330,
            "stop": 1165786492
        }
    ]
}