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=734
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=735",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=733",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 734,
    "results": [
        {
            "start": 1267604285,
            "stop": 1267604519
        },
        {
            "start": 1267604522,
            "stop": 1267608152
        },
        {
            "start": 1267608155,
            "stop": 1267610370
        },
        {
            "start": 1267610372,
            "stop": 1267614992
        },
        {
            "start": 1267614995,
            "stop": 1267618100
        },
        {
            "start": 1267618107,
            "stop": 1267619511
        },
        {
            "start": 1267619514,
            "stop": 1267623154
        },
        {
            "start": 1267623157,
            "stop": 1267627176
        },
        {
            "start": 1267627184,
            "stop": 1267631618
        },
        {
            "start": 1267631621,
            "stop": 1267633996
        },
        {
            "start": 1267633999,
            "stop": 1267634131
        },
        {
            "start": 1267634134,
            "stop": 1267635236
        },
        {
            "start": 1267635239,
            "stop": 1267635795
        },
        {
            "start": 1267635799,
            "stop": 1267638167
        },
        {
            "start": 1267640995,
            "stop": 1267642843
        },
        {
            "start": 1267642851,
            "stop": 1267644769
        },
        {
            "start": 1267644772,
            "stop": 1267647960
        },
        {
            "start": 1267647963,
            "stop": 1267648871
        },
        {
            "start": 1267648874,
            "stop": 1267648969
        },
        {
            "start": 1267648972,
            "stop": 1267649268
        }
    ]
}