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=703
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=704",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=702",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 703,
    "results": [
        {
            "start": 1266465676,
            "stop": 1266467402
        },
        {
            "start": 1266467405,
            "stop": 1266467504
        },
        {
            "start": 1266467508,
            "stop": 1266467775
        },
        {
            "start": 1266467778,
            "stop": 1266468138
        },
        {
            "start": 1266468141,
            "stop": 1266470591
        },
        {
            "start": 1266470594,
            "stop": 1266473096
        },
        {
            "start": 1266473099,
            "stop": 1266474864
        },
        {
            "start": 1266474868,
            "stop": 1266474883
        },
        {
            "start": 1266474889,
            "stop": 1266474901
        },
        {
            "start": 1266474905,
            "stop": 1266475240
        },
        {
            "start": 1266475242,
            "stop": 1266475243
        },
        {
            "start": 1266475251,
            "stop": 1266475256
        },
        {
            "start": 1266475257,
            "stop": 1266475535
        },
        {
            "start": 1266475538,
            "stop": 1266477252
        },
        {
            "start": 1266477254,
            "stop": 1266477977
        },
        {
            "start": 1266477980,
            "stop": 1266479357
        },
        {
            "start": 1266479362,
            "stop": 1266479363
        },
        {
            "start": 1266479364,
            "stop": 1266479391
        },
        {
            "start": 1266479393,
            "stop": 1266479410
        },
        {
            "start": 1266479413,
            "stop": 1266479415
        }
    ]
}