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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=641",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=639",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 640,
    "results": [
        {
            "start": 1263786256,
            "stop": 1263787665
        },
        {
            "start": 1263787796,
            "stop": 1263788169
        },
        {
            "start": 1263788173,
            "stop": 1263790905
        },
        {
            "start": 1263790908,
            "stop": 1263791211
        },
        {
            "start": 1263791215,
            "stop": 1263792465
        },
        {
            "start": 1263792473,
            "stop": 1263794436
        },
        {
            "start": 1263807999,
            "stop": 1263812452
        },
        {
            "start": 1263812514,
            "stop": 1263815823
        },
        {
            "start": 1263815826,
            "stop": 1263817499
        },
        {
            "start": 1263817502,
            "stop": 1263820249
        },
        {
            "start": 1263820257,
            "stop": 1263820764
        },
        {
            "start": 1263820767,
            "stop": 1263822857
        },
        {
            "start": 1263822860,
            "stop": 1263826983
        },
        {
            "start": 1263826986,
            "stop": 1263827935
        },
        {
            "start": 1263827937,
            "stop": 1263829038
        },
        {
            "start": 1263829041,
            "stop": 1263832870
        },
        {
            "start": 1263832878,
            "stop": 1263833088
        },
        {
            "start": 1263833097,
            "stop": 1263833956
        },
        {
            "start": 1263833959,
            "stop": 1263834166
        },
        {
            "start": 1263834169,
            "stop": 1263834671
        }
    ]
}