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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=39",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 40,
    "results": [
        {
            "start": 816151311,
            "stop": 816151381
        },
        {
            "start": 816151384,
            "stop": 816151538
        },
        {
            "start": 816151541,
            "stop": 816151676
        },
        {
            "start": 816151680,
            "stop": 816151912
        },
        {
            "start": 816151915,
            "stop": 816152271
        },
        {
            "start": 816152274,
            "stop": 816152553
        },
        {
            "start": 816152556,
            "stop": 816152582
        },
        {
            "start": 816152585,
            "stop": 816152755
        },
        {
            "start": 816152759,
            "stop": 816152951
        },
        {
            "start": 816152954,
            "stop": 816152966
        },
        {
            "start": 816152969,
            "stop": 816153093
        },
        {
            "start": 816153096,
            "stop": 816153141
        },
        {
            "start": 816153144,
            "stop": 816153180
        },
        {
            "start": 816153183,
            "stop": 816153490
        },
        {
            "start": 816153493,
            "stop": 816153772
        },
        {
            "start": 816153775,
            "stop": 816153917
        },
        {
            "start": 816153921,
            "stop": 816154619
        },
        {
            "start": 816154622,
            "stop": 816154683
        },
        {
            "start": 816154686,
            "stop": 816154747
        },
        {
            "start": 816154750,
            "stop": 816154815
        }
    ]
}