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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=68",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 69,
    "results": [
        {
            "start": 821257277,
            "stop": 821258292
        },
        {
            "start": 821258295,
            "stop": 821258312
        },
        {
            "start": 821258315,
            "stop": 821259524
        },
        {
            "start": 821259527,
            "stop": 821259852
        },
        {
            "start": 821259855,
            "stop": 821260148
        },
        {
            "start": 821260151,
            "stop": 821260164
        },
        {
            "start": 821260167,
            "stop": 821261541
        },
        {
            "start": 821261544,
            "stop": 821261677
        },
        {
            "start": 821261680,
            "stop": 821261943
        },
        {
            "start": 821261946,
            "stop": 821262409
        },
        {
            "start": 821262420,
            "stop": 821262627
        },
        {
            "start": 821262630,
            "stop": 821262640
        },
        {
            "start": 821262643,
            "stop": 821262700
        },
        {
            "start": 821262703,
            "stop": 821262859
        },
        {
            "start": 821262862,
            "stop": 821263265
        },
        {
            "start": 821263268,
            "stop": 821263489
        },
        {
            "start": 821263492,
            "stop": 821263676
        },
        {
            "start": 821263679,
            "stop": 821263754
        },
        {
            "start": 821263757,
            "stop": 821263999
        },
        {
            "start": 821264002,
            "stop": 821264127
        }
    ]
}