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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7031",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7032,
    "results": [
        {
            "start": 873837005,
            "stop": 873837027
        },
        {
            "start": 873837029,
            "stop": 873837040
        },
        {
            "start": 873837041,
            "stop": 873837171
        },
        {
            "start": 873837172,
            "stop": 873837579
        },
        {
            "start": 873837580,
            "stop": 873837688
        },
        {
            "start": 873837689,
            "stop": 873837759
        },
        {
            "start": 873837761,
            "stop": 873837944
        },
        {
            "start": 873837945,
            "stop": 873837959
        },
        {
            "start": 873837960,
            "stop": 873838072
        },
        {
            "start": 873838074,
            "stop": 873838090
        },
        {
            "start": 873838091,
            "stop": 873838105
        },
        {
            "start": 873838106,
            "stop": 873838235
        },
        {
            "start": 873838237,
            "stop": 873838264
        },
        {
            "start": 873838266,
            "stop": 873838344
        },
        {
            "start": 873838345,
            "stop": 873838604
        },
        {
            "start": 873838605,
            "stop": 873838648
        },
        {
            "start": 873838650,
            "stop": 873838687
        },
        {
            "start": 873838688,
            "stop": 873838793
        },
        {
            "start": 873838794,
            "stop": 873838849
        },
        {
            "start": 873838851,
            "stop": 873839208
        }
    ]
}