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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7205",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7206,
    "results": [
        {
            "start": 874649247,
            "stop": 874649411
        },
        {
            "start": 874649412,
            "stop": 874649795
        },
        {
            "start": 874649796,
            "stop": 874649838
        },
        {
            "start": 874651935,
            "stop": 874652224
        },
        {
            "start": 874652225,
            "stop": 874652261
        },
        {
            "start": 874652262,
            "stop": 874652877
        },
        {
            "start": 874652878,
            "stop": 874653001
        },
        {
            "start": 874653002,
            "stop": 874653910
        },
        {
            "start": 874653912,
            "stop": 874654043
        },
        {
            "start": 874654044,
            "stop": 874654607
        },
        {
            "start": 874654608,
            "stop": 874655006
        },
        {
            "start": 874655008,
            "stop": 874655250
        },
        {
            "start": 874655251,
            "stop": 874655611
        },
        {
            "start": 874655612,
            "stop": 874655968
        },
        {
            "start": 874655969,
            "stop": 874656364
        },
        {
            "start": 874656365,
            "stop": 874657041
        },
        {
            "start": 874657042,
            "stop": 874657259
        },
        {
            "start": 874657260,
            "stop": 874657676
        },
        {
            "start": 874657678,
            "stop": 874658152
        },
        {
            "start": 874658153,
            "stop": 874659025
        }
    ]
}