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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=49",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 50,
    "results": [
        {
            "start": 1257402135,
            "stop": 1257403953
        },
        {
            "start": 1257403956,
            "stop": 1257404076
        },
        {
            "start": 1257404079,
            "stop": 1257405977
        },
        {
            "start": 1257416624,
            "stop": 1257417131
        },
        {
            "start": 1257417134,
            "stop": 1257417940
        },
        {
            "start": 1257417942,
            "stop": 1257417983
        },
        {
            "start": 1257417986,
            "stop": 1257418058
        },
        {
            "start": 1257418061,
            "stop": 1257418229
        },
        {
            "start": 1257418230,
            "stop": 1257418377
        },
        {
            "start": 1257418380,
            "stop": 1257418387
        },
        {
            "start": 1257418390,
            "stop": 1257418526
        },
        {
            "start": 1257418529,
            "stop": 1257418960
        },
        {
            "start": 1257418961,
            "stop": 1257418979
        },
        {
            "start": 1257418982,
            "stop": 1257418999
        },
        {
            "start": 1257419004,
            "stop": 1257419009
        },
        {
            "start": 1257419014,
            "stop": 1257419018
        },
        {
            "start": 1257419019,
            "stop": 1257419032
        },
        {
            "start": 1257419035,
            "stop": 1257419042
        },
        {
            "start": 1257419043,
            "stop": 1257419044
        },
        {
            "start": 1257419045,
            "stop": 1257419056
        }
    ]
}