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=7103
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=7104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7102",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7103,
    "results": [
        {
            "start": 874197559,
            "stop": 874197567
        },
        {
            "start": 874197568,
            "stop": 874197728
        },
        {
            "start": 874197729,
            "stop": 874197968
        },
        {
            "start": 874197969,
            "stop": 874198070
        },
        {
            "start": 874198071,
            "stop": 874198100
        },
        {
            "start": 874198101,
            "stop": 874198512
        },
        {
            "start": 874198514,
            "stop": 874198535
        },
        {
            "start": 874198536,
            "stop": 874198561
        },
        {
            "start": 874198562,
            "stop": 874198589
        },
        {
            "start": 874198590,
            "stop": 874198904
        },
        {
            "start": 874198905,
            "stop": 874199150
        },
        {
            "start": 874199151,
            "stop": 874199185
        },
        {
            "start": 874199187,
            "stop": 874199236
        },
        {
            "start": 874199237,
            "stop": 874199292
        },
        {
            "start": 874199293,
            "stop": 874199407
        },
        {
            "start": 874199408,
            "stop": 874199605
        },
        {
            "start": 874199607,
            "stop": 874199651
        },
        {
            "start": 874199652,
            "stop": 874199711
        },
        {
            "start": 874199713,
            "stop": 874199975
        },
        {
            "start": 874199976,
            "stop": 874200084
        }
    ]
}