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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 179,
    "results": [
        {
            "start": 1258765603,
            "stop": 1258766862
        },
        {
            "start": 1258766865,
            "stop": 1258767271
        },
        {
            "start": 1258767274,
            "stop": 1258767865
        },
        {
            "start": 1258767868,
            "stop": 1258767948
        },
        {
            "start": 1258767951,
            "stop": 1258768003
        },
        {
            "start": 1258768006,
            "stop": 1258769298
        },
        {
            "start": 1258769300,
            "stop": 1258769807
        },
        {
            "start": 1258769808,
            "stop": 1258771472
        },
        {
            "start": 1258771475,
            "stop": 1258771482
        },
        {
            "start": 1258771485,
            "stop": 1258772563
        },
        {
            "start": 1258772566,
            "stop": 1258772801
        },
        {
            "start": 1258772804,
            "stop": 1258773454
        },
        {
            "start": 1258785203,
            "stop": 1258786176
        },
        {
            "start": 1258786184,
            "stop": 1258786946
        },
        {
            "start": 1258786951,
            "stop": 1258786966
        },
        {
            "start": 1258786969,
            "stop": 1258787487
        },
        {
            "start": 1258787490,
            "stop": 1258787637
        },
        {
            "start": 1258787640,
            "stop": 1258790822
        },
        {
            "start": 1258790829,
            "stop": 1258795688
        },
        {
            "start": 1258795696,
            "stop": 1258797726
        }
    ]
}