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=46983
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=46984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46982",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46983,
    "results": [
        {
            "start": 875215499,
            "stop": 875215517
        },
        {
            "start": 875215519,
            "stop": 875215537
        },
        {
            "start": 875215541,
            "stop": 875215578
        },
        {
            "start": 875215581,
            "stop": 875215586
        },
        {
            "start": 875215590,
            "stop": 875215592
        },
        {
            "start": 875215596,
            "stop": 875215605
        },
        {
            "start": 875215606,
            "stop": 875215622
        },
        {
            "start": 875215623,
            "stop": 875215640
        },
        {
            "start": 875215644,
            "stop": 875215655
        },
        {
            "start": 875215658,
            "stop": 875215680
        },
        {
            "start": 875215684,
            "stop": 875215704
        },
        {
            "start": 875215707,
            "stop": 875215730
        },
        {
            "start": 875215731,
            "stop": 875215756
        },
        {
            "start": 875215758,
            "stop": 875215759
        },
        {
            "start": 875215760,
            "stop": 875215802
        },
        {
            "start": 875215806,
            "stop": 875215827
        },
        {
            "start": 875215833,
            "stop": 875215834
        },
        {
            "start": 875215838,
            "stop": 875215899
        },
        {
            "start": 875215903,
            "stop": 875215904
        },
        {
            "start": 875215907,
            "stop": 875215914
        }
    ]
}