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=46852
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=46853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46851",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46852,
    "results": [
        {
            "start": 875140524,
            "stop": 875140543
        },
        {
            "start": 875140544,
            "stop": 875140561
        },
        {
            "start": 875140564,
            "stop": 875140571
        },
        {
            "start": 875140572,
            "stop": 875140573
        },
        {
            "start": 875140574,
            "stop": 875140579
        },
        {
            "start": 875140580,
            "stop": 875140581
        },
        {
            "start": 875140582,
            "stop": 875140613
        },
        {
            "start": 875140614,
            "stop": 875140616
        },
        {
            "start": 875140617,
            "stop": 875140625
        },
        {
            "start": 875140628,
            "stop": 875140651
        },
        {
            "start": 875140652,
            "stop": 875140658
        },
        {
            "start": 875140660,
            "stop": 875140661
        },
        {
            "start": 875140662,
            "stop": 875140670
        },
        {
            "start": 875140673,
            "stop": 875140691
        },
        {
            "start": 875140692,
            "stop": 875140701
        },
        {
            "start": 875140704,
            "stop": 875140713
        },
        {
            "start": 875140714,
            "stop": 875140722
        },
        {
            "start": 875140724,
            "stop": 875140731
        },
        {
            "start": 875140732,
            "stop": 875140736
        },
        {
            "start": 875140740,
            "stop": 875140748
        }
    ]
}