Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40635
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40636",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40634",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40635,
    "results": [
        {
            "start": 874910473,
            "stop": 874910482
        },
        {
            "start": 874910483,
            "stop": 874910514
        },
        {
            "start": 874910516,
            "stop": 874910646
        },
        {
            "start": 874910647,
            "stop": 874910757
        },
        {
            "start": 874910758,
            "stop": 874910760
        },
        {
            "start": 874910761,
            "stop": 874910856
        },
        {
            "start": 874910857,
            "stop": 874910880
        },
        {
            "start": 874910882,
            "stop": 874910898
        },
        {
            "start": 874910900,
            "stop": 874910928
        },
        {
            "start": 874910929,
            "stop": 874910963
        },
        {
            "start": 874910965,
            "stop": 874910969
        },
        {
            "start": 874910970,
            "stop": 874910983
        },
        {
            "start": 874910985,
            "stop": 874911081
        },
        {
            "start": 874911082,
            "stop": 874911084
        },
        {
            "start": 874911085,
            "stop": 874911133
        },
        {
            "start": 874911134,
            "stop": 874911194
        },
        {
            "start": 874911195,
            "stop": 874911198
        },
        {
            "start": 874911199,
            "stop": 874911251
        },
        {
            "start": 874911253,
            "stop": 874911282
        },
        {
            "start": 874911283,
            "stop": 874911291
        }
    ]
}