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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=17",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 18,
    "results": [
        {
            "start": 1130801138,
            "stop": 1130845132
        },
        {
            "start": 1130845133,
            "stop": 1130864401
        },
        {
            "start": 1130864796,
            "stop": 1130870169
        },
        {
            "start": 1130870170,
            "stop": 1130889650
        },
        {
            "start": 1130892745,
            "stop": 1130895993
        },
        {
            "start": 1130899824,
            "stop": 1130916245
        },
        {
            "start": 1130930222,
            "stop": 1130930317
        },
        {
            "start": 1130933154,
            "stop": 1130935029
        },
        {
            "start": 1130942416,
            "stop": 1130943616
        },
        {
            "start": 1130962556,
            "stop": 1130966733
        },
        {
            "start": 1130969051,
            "stop": 1130973762
        },
        {
            "start": 1131101659,
            "stop": 1131120016
        },
        {
            "start": 1131120552,
            "stop": 1131120881
        },
        {
            "start": 1131143815,
            "stop": 1131145874
        },
        {
            "start": 1131146129,
            "stop": 1131148211
        },
        {
            "start": 1131148462,
            "stop": 1131165065
        },
        {
            "start": 1131165066,
            "stop": 1131165960
        },
        {
            "start": 1131166521,
            "stop": 1131169100
        },
        {
            "start": 1131169101,
            "stop": 1131189005
        },
        {
            "start": 1131189006,
            "stop": 1131190469
        }
    ]
}