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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=168",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 169,
    "results": [
        {
            "start": 842492413,
            "stop": 842495220
        },
        {
            "start": 842497686,
            "stop": 842511143
        },
        {
            "start": 842511746,
            "stop": 842521610
        },
        {
            "start": 842522670,
            "stop": 842533743
        },
        {
            "start": 842533754,
            "stop": 842561758
        },
        {
            "start": 842565369,
            "stop": 842586514
        },
        {
            "start": 842587893,
            "stop": 842652937
        },
        {
            "start": 842655593,
            "stop": 842666972
        },
        {
            "start": 842667617,
            "stop": 842670951
        },
        {
            "start": 842672002,
            "stop": 842678783
        },
        {
            "start": 842679426,
            "stop": 842689166
        },
        {
            "start": 842689875,
            "stop": 842713217
        },
        {
            "start": 842734453,
            "stop": 842735860
        },
        {
            "start": 842736077,
            "stop": 842739818
        },
        {
            "start": 842745683,
            "stop": 842762952
        },
        {
            "start": 842763781,
            "stop": 842803160
        },
        {
            "start": 842804997,
            "stop": 842814203
        },
        {
            "start": 842815802,
            "stop": 842815862
        },
        {
            "start": 842816472,
            "stop": 842816592
        },
        {
            "start": 842817960,
            "stop": 842821534
        }
    ]
}