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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=546",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=544",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 545,
    "results": [
        {
            "start": 871290846,
            "stop": 871291490
        },
        {
            "start": 871296803,
            "stop": 871300049
        },
        {
            "start": 871300281,
            "stop": 871300441
        },
        {
            "start": 871300496,
            "stop": 871300698
        },
        {
            "start": 871300998,
            "stop": 871301158
        },
        {
            "start": 871301268,
            "stop": 871301496
        },
        {
            "start": 871301796,
            "stop": 871304789
        },
        {
            "start": 871304793,
            "stop": 871304794
        },
        {
            "start": 871304800,
            "stop": 871307935
        },
        {
            "start": 871308080,
            "stop": 871311110
        },
        {
            "start": 871311115,
            "stop": 871311132
        },
        {
            "start": 871311140,
            "stop": 871311145
        },
        {
            "start": 871311150,
            "stop": 871311445
        },
        {
            "start": 871311450,
            "stop": 871311472
        },
        {
            "start": 871311478,
            "stop": 871312821
        },
        {
            "start": 871313121,
            "stop": 871318845
        },
        {
            "start": 871318850,
            "stop": 871320300
        },
        {
            "start": 871320360,
            "stop": 871321862
        },
        {
            "start": 871321873,
            "stop": 871321875
        },
        {
            "start": 871321880,
            "stop": 871322635
        }
    ]
}