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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=50",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 51,
    "results": [
        {
            "start": 1266308989,
            "stop": 1266309556
        },
        {
            "start": 1266310783,
            "stop": 1266312942
        },
        {
            "start": 1266312982,
            "stop": 1266314829
        },
        {
            "start": 1266314872,
            "stop": 1266316731
        },
        {
            "start": 1266316762,
            "stop": 1266318767
        },
        {
            "start": 1266318825,
            "stop": 1266334000
        },
        {
            "start": 1266334069,
            "stop": 1266335763
        },
        {
            "start": 1266339620,
            "stop": 1266340888
        },
        {
            "start": 1266340953,
            "stop": 1266342633
        },
        {
            "start": 1266342644,
            "stop": 1266345027
        },
        {
            "start": 1266345141,
            "stop": 1266363320
        },
        {
            "start": 1266368202,
            "stop": 1266379934
        },
        {
            "start": 1266381018,
            "stop": 1266382775
        },
        {
            "start": 1266421304,
            "stop": 1266421904
        },
        {
            "start": 1266424906,
            "stop": 1266424988
        },
        {
            "start": 1266442958,
            "stop": 1266443638
        },
        {
            "start": 1266445753,
            "stop": 1266452795
        },
        {
            "start": 1266452797,
            "stop": 1266452883
        },
        {
            "start": 1266454349,
            "stop": 1266455998
        },
        {
            "start": 1266457929,
            "stop": 1266463037
        }
    ]
}