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=5914
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=5915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5913",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5914,
    "results": [
        {
            "start": 875140522,
            "stop": 875140561
        },
        {
            "start": 875140564,
            "stop": 875140625
        },
        {
            "start": 875140628,
            "stop": 875140670
        },
        {
            "start": 875140673,
            "stop": 875140701
        },
        {
            "start": 875140704,
            "stop": 875140736
        },
        {
            "start": 875140740,
            "stop": 875140776
        },
        {
            "start": 875140779,
            "stop": 875140935
        },
        {
            "start": 875140938,
            "stop": 875141179
        },
        {
            "start": 875141182,
            "stop": 875141237
        },
        {
            "start": 875141240,
            "stop": 875141308
        },
        {
            "start": 875141312,
            "stop": 875141356
        },
        {
            "start": 875141359,
            "stop": 875141435
        },
        {
            "start": 875141438,
            "stop": 875141500
        },
        {
            "start": 875141503,
            "stop": 875141529
        },
        {
            "start": 875141532,
            "stop": 875141559
        },
        {
            "start": 875141562,
            "stop": 875141595
        },
        {
            "start": 875141598,
            "stop": 875141833
        },
        {
            "start": 875141837,
            "stop": 875141907
        },
        {
            "start": 875141910,
            "stop": 875142012
        },
        {
            "start": 875142015,
            "stop": 875142105
        }
    ]
}