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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46679",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46677",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46678,
    "results": [
        {
            "start": 875043708,
            "stop": 875043767
        },
        {
            "start": 875043768,
            "stop": 875043776
        },
        {
            "start": 875043777,
            "stop": 875043820
        },
        {
            "start": 875043821,
            "stop": 875043846
        },
        {
            "start": 875043847,
            "stop": 875043875
        },
        {
            "start": 875043876,
            "stop": 875043915
        },
        {
            "start": 875043917,
            "stop": 875043924
        },
        {
            "start": 875043925,
            "stop": 875043940
        },
        {
            "start": 875043942,
            "stop": 875043956
        },
        {
            "start": 875043957,
            "stop": 875043968
        },
        {
            "start": 875043969,
            "stop": 875043999
        },
        {
            "start": 875044000,
            "stop": 875044001
        },
        {
            "start": 875044002,
            "stop": 875044013
        },
        {
            "start": 875044014,
            "stop": 875044029
        },
        {
            "start": 875044031,
            "stop": 875044094
        },
        {
            "start": 875044095,
            "stop": 875044146
        },
        {
            "start": 875044148,
            "stop": 875044231
        },
        {
            "start": 875044232,
            "stop": 875044381
        },
        {
            "start": 875044382,
            "stop": 875044428
        },
        {
            "start": 875044430,
            "stop": 875044451
        }
    ]
}