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=40686
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=40687",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40685",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40686,
    "results": [
        {
            "start": 874932692,
            "stop": 874932693
        },
        {
            "start": 874932695,
            "stop": 874932705
        },
        {
            "start": 874932707,
            "stop": 874932737
        },
        {
            "start": 874932738,
            "stop": 874932750
        },
        {
            "start": 874932751,
            "stop": 874932781
        },
        {
            "start": 874932782,
            "stop": 874932829
        },
        {
            "start": 874932830,
            "stop": 874932868
        },
        {
            "start": 874932869,
            "stop": 874932884
        },
        {
            "start": 874932886,
            "stop": 874932928
        },
        {
            "start": 874932929,
            "stop": 874932932
        },
        {
            "start": 874932933,
            "stop": 874932937
        },
        {
            "start": 874932938,
            "stop": 874932948
        },
        {
            "start": 874932949,
            "stop": 874932953
        },
        {
            "start": 874932955,
            "stop": 874932990
        },
        {
            "start": 874932991,
            "stop": 874933050
        },
        {
            "start": 874933051,
            "stop": 874933076
        },
        {
            "start": 874933078,
            "stop": 874933140
        },
        {
            "start": 874933141,
            "stop": 874933159
        },
        {
            "start": 874933160,
            "stop": 874933198
        },
        {
            "start": 874933200,
            "stop": 874933217
        }
    ]
}