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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=93",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 94,
    "results": [
        {
            "start": 1175605190,
            "stop": 1175605881
        },
        {
            "start": 1175605882,
            "stop": 1175605888
        },
        {
            "start": 1175605889,
            "stop": 1175605891
        },
        {
            "start": 1175605892,
            "stop": 1175606250
        },
        {
            "start": 1175606251,
            "stop": 1175606273
        },
        {
            "start": 1175606274,
            "stop": 1175606721
        },
        {
            "start": 1175606723,
            "stop": 1175606782
        },
        {
            "start": 1175606783,
            "stop": 1175607079
        },
        {
            "start": 1175607080,
            "stop": 1175607109
        },
        {
            "start": 1175608136,
            "stop": 1175608437
        },
        {
            "start": 1175613243,
            "stop": 1175615368
        },
        {
            "start": 1175615369,
            "stop": 1175615372
        },
        {
            "start": 1175615374,
            "stop": 1175615376
        },
        {
            "start": 1175615377,
            "stop": 1175622230
        },
        {
            "start": 1175622235,
            "stop": 1175622267
        },
        {
            "start": 1175622271,
            "stop": 1175622299
        },
        {
            "start": 1175650660,
            "stop": 1175653526
        },
        {
            "start": 1175653829,
            "stop": 1175661469
        },
        {
            "start": 1175661481,
            "stop": 1175661948
        },
        {
            "start": 1175664976,
            "stop": 1175667772
        }
    ]
}