Return the segments for a given timeline for an event version.

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/event-versions/GW151012-v2/timelines/H1_BURST_CAT3/segments?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/event-versions/GW151012-v2/timelines/H1_BURST_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/event-versions/GW151012-v2/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "results_count": 76,
    "results_per_page": 20,
    "num_pages": 4,
    "page_number": 3,
    "results": [
        {
            "start": 1128677620,
            "stop": 1128677944
        },
        {
            "start": 1128677946,
            "stop": 1128677983
        },
        {
            "start": 1128677985,
            "stop": 1128678039
        },
        {
            "start": 1128678041,
            "stop": 1128678074
        },
        {
            "start": 1128678076,
            "stop": 1128678517
        },
        {
            "start": 1128678519,
            "stop": 1128678567
        },
        {
            "start": 1128678569,
            "stop": 1128678744
        },
        {
            "start": 1128678746,
            "stop": 1128678806
        },
        {
            "start": 1128678808,
            "stop": 1128679043
        },
        {
            "start": 1128679045,
            "stop": 1128679194
        },
        {
            "start": 1128679195,
            "stop": 1128679335
        },
        {
            "start": 1128679337,
            "stop": 1128679845
        },
        {
            "start": 1128679852,
            "stop": 1128680161
        },
        {
            "start": 1128680163,
            "stop": 1128680211
        },
        {
            "start": 1128680213,
            "stop": 1128680796
        },
        {
            "start": 1128680799,
            "stop": 1128680832
        },
        {
            "start": 1128680834,
            "stop": 1128681064
        },
        {
            "start": 1128681066,
            "stop": 1128681403
        },
        {
            "start": 1128681404,
            "stop": 1128681780
        },
        {
            "start": 1128681782,
            "stop": 1128681892
        }
    ]
}