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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=99",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 100,
    "results": [
        {
            "start": 931399232,
            "stop": 931399324
        },
        {
            "start": 931399327,
            "stop": 931399328
        },
        {
            "start": 931399333,
            "stop": 931399457
        },
        {
            "start": 931399459,
            "stop": 931399476
        },
        {
            "start": 931399477,
            "stop": 931399514
        },
        {
            "start": 931399515,
            "stop": 931399540
        },
        {
            "start": 931399541,
            "stop": 931399551
        },
        {
            "start": 931399553,
            "stop": 931399582
        },
        {
            "start": 931399584,
            "stop": 931399637
        },
        {
            "start": 931399639,
            "stop": 931399696
        },
        {
            "start": 931399698,
            "stop": 931399747
        },
        {
            "start": 931399748,
            "stop": 931399831
        },
        {
            "start": 931399834,
            "stop": 931399845
        },
        {
            "start": 931399847,
            "stop": 931399882
        },
        {
            "start": 931399884,
            "stop": 931399894
        },
        {
            "start": 931399896,
            "stop": 931399904
        },
        {
            "start": 931399906,
            "stop": 931399908
        },
        {
            "start": 931399910,
            "stop": 931399920
        },
        {
            "start": 931399922,
            "stop": 931399988
        },
        {
            "start": 931399990,
            "stop": 931399994
        }
    ]
}