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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5868",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5866",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5867,
    "results": [
        {
            "start": 874785400,
            "stop": 874785567
        },
        {
            "start": 874785571,
            "stop": 874785578
        },
        {
            "start": 874785581,
            "stop": 874785650
        },
        {
            "start": 874785654,
            "stop": 874785705
        },
        {
            "start": 874785709,
            "stop": 874785714
        },
        {
            "start": 874785717,
            "stop": 874785826
        },
        {
            "start": 874785829,
            "stop": 874785837
        },
        {
            "start": 874785840,
            "stop": 874785854
        },
        {
            "start": 874785858,
            "stop": 874785889
        },
        {
            "start": 874785892,
            "stop": 874785926
        },
        {
            "start": 874785929,
            "stop": 874785971
        },
        {
            "start": 874785975,
            "stop": 874785977
        },
        {
            "start": 874785980,
            "stop": 874785997
        },
        {
            "start": 874786000,
            "stop": 874786016
        },
        {
            "start": 874786019,
            "stop": 874786026
        },
        {
            "start": 874786029,
            "stop": 874786055
        },
        {
            "start": 874786058,
            "stop": 874786060
        },
        {
            "start": 874786064,
            "stop": 874786178
        },
        {
            "start": 874786181,
            "stop": 874786199
        },
        {
            "start": 874786202,
            "stop": 874786272
        }
    ]
}