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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 26,
    "results": [
        {
            "start": 1257099928,
            "stop": 1257099939
        },
        {
            "start": 1257099947,
            "stop": 1257100800
        },
        {
            "start": 1257100802,
            "stop": 1257101050
        },
        {
            "start": 1257101053,
            "stop": 1257101172
        },
        {
            "start": 1257101175,
            "stop": 1257102085
        },
        {
            "start": 1257102088,
            "stop": 1257102804
        },
        {
            "start": 1257102807,
            "stop": 1257103419
        },
        {
            "start": 1257103422,
            "stop": 1257103643
        },
        {
            "start": 1257103646,
            "stop": 1257103670
        },
        {
            "start": 1257103673,
            "stop": 1257104821
        },
        {
            "start": 1257104824,
            "stop": 1257106512
        },
        {
            "start": 1257106515,
            "stop": 1257106519
        },
        {
            "start": 1257106522,
            "stop": 1257106817
        },
        {
            "start": 1257106840,
            "stop": 1257106851
        },
        {
            "start": 1257106881,
            "stop": 1257107008
        },
        {
            "start": 1257107009,
            "stop": 1257109239
        },
        {
            "start": 1257121340,
            "stop": 1257121867
        },
        {
            "start": 1257121868,
            "stop": 1257123574
        },
        {
            "start": 1257123582,
            "stop": 1257128724
        },
        {
            "start": 1257128725,
            "stop": 1257128915
        }
    ]
}