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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=11",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 12,
    "results": [
        {
            "start": 1130723636,
            "stop": 1130760962
        },
        {
            "start": 1130762223,
            "stop": 1130864401
        },
        {
            "start": 1130864796,
            "stop": 1130889650
        },
        {
            "start": 1130892745,
            "stop": 1130895993
        },
        {
            "start": 1130899824,
            "stop": 1130916247
        },
        {
            "start": 1130930222,
            "stop": 1130930318
        },
        {
            "start": 1130933154,
            "stop": 1130935029
        },
        {
            "start": 1130942416,
            "stop": 1130943617
        },
        {
            "start": 1130962556,
            "stop": 1130966733
        },
        {
            "start": 1130969051,
            "stop": 1130973763
        },
        {
            "start": 1131101659,
            "stop": 1131120016
        },
        {
            "start": 1131120552,
            "stop": 1131120882
        },
        {
            "start": 1131143815,
            "stop": 1131145874
        },
        {
            "start": 1131146129,
            "stop": 1131148211
        },
        {
            "start": 1131148462,
            "stop": 1131165960
        },
        {
            "start": 1131166521,
            "stop": 1131190469
        },
        {
            "start": 1131191403,
            "stop": 1131193385
        },
        {
            "start": 1131228744,
            "stop": 1131232526
        },
        {
            "start": 1131232934,
            "stop": 1131233359
        },
        {
            "start": 1131233795,
            "stop": 1131242738
        }
    ]
}