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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=188",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 189,
    "results": [
        {
            "start": 1258943742,
            "stop": 1258943941
        },
        {
            "start": 1258943942,
            "stop": 1258944630
        },
        {
            "start": 1258964419,
            "stop": 1258964612
        },
        {
            "start": 1258964614,
            "stop": 1258964615
        },
        {
            "start": 1258964618,
            "stop": 1258964640
        },
        {
            "start": 1258964643,
            "stop": 1258964750
        },
        {
            "start": 1258964753,
            "stop": 1258964803
        },
        {
            "start": 1258964806,
            "stop": 1258965004
        },
        {
            "start": 1258965006,
            "stop": 1258965103
        },
        {
            "start": 1258965106,
            "stop": 1258965513
        },
        {
            "start": 1258965516,
            "stop": 1258965533
        },
        {
            "start": 1258965536,
            "stop": 1258965607
        },
        {
            "start": 1258965610,
            "stop": 1258965636
        },
        {
            "start": 1258965639,
            "stop": 1258965661
        },
        {
            "start": 1258965664,
            "stop": 1258965667
        },
        {
            "start": 1258965670,
            "stop": 1258965713
        },
        {
            "start": 1258965718,
            "stop": 1258965723
        },
        {
            "start": 1258965726,
            "stop": 1258965735
        },
        {
            "start": 1258965738,
            "stop": 1258965749
        },
        {
            "start": 1258965752,
            "stop": 1258965755
        }
    ]
}