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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 2,
    "results": [
        {
            "start": 1126643534,
            "stop": 1126645392
        },
        {
            "start": 1126645951,
            "stop": 1126675574
        },
        {
            "start": 1126686694,
            "stop": 1126691334
        },
        {
            "start": 1126694807,
            "stop": 1126703536
        },
        {
            "start": 1126787524,
            "stop": 1126788031
        },
        {
            "start": 1126791209,
            "stop": 1126832426
        },
        {
            "start": 1126832676,
            "stop": 1126849861
        },
        {
            "start": 1126868944,
            "stop": 1126873675
        },
        {
            "start": 1126884724,
            "stop": 1126893057
        },
        {
            "start": 1126908923,
            "stop": 1126909411
        },
        {
            "start": 1126909573,
            "stop": 1126942368
        },
        {
            "start": 1126955146,
            "stop": 1126963846
        },
        {
            "start": 1126981243,
            "stop": 1126981474
        },
        {
            "start": 1126982036,
            "stop": 1126986166
        },
        {
            "start": 1126986453,
            "stop": 1126991792
        },
        {
            "start": 1126994684,
            "stop": 1126999495
        },
        {
            "start": 1127000240,
            "stop": 1127072295
        },
        {
            "start": 1127072545,
            "stop": 1127074207
        },
        {
            "start": 1127088104,
            "stop": 1127092215
        },
        {
            "start": 1127094716,
            "stop": 1127095447
        }
    ]
}