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=355
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=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=354",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 355,
    "results": [
        {
            "start": 847724054,
            "stop": 847724075
        },
        {
            "start": 847724076,
            "stop": 847724102
        },
        {
            "start": 847724104,
            "stop": 847724108
        },
        {
            "start": 847724109,
            "stop": 847724117
        },
        {
            "start": 847724118,
            "stop": 847724119
        },
        {
            "start": 847724121,
            "stop": 847724173
        },
        {
            "start": 847724174,
            "stop": 847724202
        },
        {
            "start": 847724205,
            "stop": 847724327
        },
        {
            "start": 847724329,
            "stop": 847724443
        },
        {
            "start": 847724444,
            "stop": 847724456
        },
        {
            "start": 847724457,
            "stop": 847724501
        },
        {
            "start": 847724502,
            "stop": 847724531
        },
        {
            "start": 847724533,
            "stop": 847724545
        },
        {
            "start": 847724547,
            "stop": 847724585
        },
        {
            "start": 847724586,
            "stop": 847724745
        },
        {
            "start": 847724746,
            "stop": 847724795
        },
        {
            "start": 847724796,
            "stop": 847724833
        },
        {
            "start": 847724834,
            "stop": 847724839
        },
        {
            "start": 847724841,
            "stop": 847724870
        },
        {
            "start": 847724871,
            "stop": 847724895
        }
    ]
}