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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=74",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 75,
    "results": [
        {
            "start": 817870637,
            "stop": 817870640
        },
        {
            "start": 817870643,
            "stop": 817870650
        },
        {
            "start": 817870653,
            "stop": 817870941
        },
        {
            "start": 817870947,
            "stop": 817870954
        },
        {
            "start": 817870957,
            "stop": 817870964
        },
        {
            "start": 817870967,
            "stop": 817871001
        },
        {
            "start": 817871004,
            "stop": 817871014
        },
        {
            "start": 817871017,
            "stop": 817871021
        },
        {
            "start": 817871024,
            "stop": 817871057
        },
        {
            "start": 817871060,
            "stop": 817871099
        },
        {
            "start": 817871102,
            "stop": 817871146
        },
        {
            "start": 817871149,
            "stop": 817871169
        },
        {
            "start": 817871172,
            "stop": 817871173
        },
        {
            "start": 817871176,
            "stop": 817871180
        },
        {
            "start": 817871183,
            "stop": 817871225
        },
        {
            "start": 817871228,
            "stop": 817871231
        },
        {
            "start": 817871234,
            "stop": 817871249
        },
        {
            "start": 817871253,
            "stop": 817871254
        },
        {
            "start": 817871261,
            "stop": 817871281
        },
        {
            "start": 817871290,
            "stop": 817871329
        }
    ]
}