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=46970
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=46971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46969",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46970,
    "results": [
        {
            "start": 875211712,
            "stop": 875211726
        },
        {
            "start": 875211727,
            "stop": 875211728
        },
        {
            "start": 875211729,
            "stop": 875211733
        },
        {
            "start": 875211738,
            "stop": 875211780
        },
        {
            "start": 875211781,
            "stop": 875211782
        },
        {
            "start": 875211783,
            "stop": 875211785
        },
        {
            "start": 875211788,
            "stop": 875211792
        },
        {
            "start": 875211793,
            "stop": 875211809
        },
        {
            "start": 875211810,
            "stop": 875211814
        },
        {
            "start": 875211815,
            "stop": 875211829
        },
        {
            "start": 875211830,
            "stop": 875211835
        },
        {
            "start": 875211836,
            "stop": 875211856
        },
        {
            "start": 875211857,
            "stop": 875211861
        },
        {
            "start": 875211862,
            "stop": 875211865
        },
        {
            "start": 875211869,
            "stop": 875211890
        },
        {
            "start": 875211893,
            "stop": 875211908
        },
        {
            "start": 875211909,
            "stop": 875211946
        },
        {
            "start": 875211949,
            "stop": 875211959
        },
        {
            "start": 875211960,
            "stop": 875211966
        },
        {
            "start": 875211969,
            "stop": 875212005
        }
    ]
}