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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5947",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5948,
    "results": [
        {
            "start": 875217766,
            "stop": 875217768
        },
        {
            "start": 875217771,
            "stop": 875217779
        },
        {
            "start": 875217782,
            "stop": 875217802
        },
        {
            "start": 875217807,
            "stop": 875217842
        },
        {
            "start": 875217846,
            "stop": 875217856
        },
        {
            "start": 875217859,
            "stop": 875217923
        },
        {
            "start": 875217926,
            "stop": 875217929
        },
        {
            "start": 875217932,
            "stop": 875217966
        },
        {
            "start": 875217969,
            "stop": 875218028
        },
        {
            "start": 875218032,
            "stop": 875218043
        },
        {
            "start": 875218046,
            "stop": 875218095
        },
        {
            "start": 875218099,
            "stop": 875218109
        },
        {
            "start": 875218112,
            "stop": 875218131
        },
        {
            "start": 875218134,
            "stop": 875218136
        },
        {
            "start": 875218140,
            "stop": 875218164
        },
        {
            "start": 875218167,
            "stop": 875218202
        },
        {
            "start": 875218205,
            "stop": 875218213
        },
        {
            "start": 875218216,
            "stop": 875218317
        },
        {
            "start": 875218320,
            "stop": 875218404
        },
        {
            "start": 875218407,
            "stop": 875218449
        }
    ]
}