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=40879
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=40880",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40878",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40879,
    "results": [
        {
            "start": 875065231,
            "stop": 875065257
        },
        {
            "start": 875065259,
            "stop": 875065312
        },
        {
            "start": 875065314,
            "stop": 875065378
        },
        {
            "start": 875065380,
            "stop": 875065428
        },
        {
            "start": 875065429,
            "stop": 875065454
        },
        {
            "start": 875065455,
            "stop": 875065491
        },
        {
            "start": 875065493,
            "stop": 875065496
        },
        {
            "start": 875065497,
            "stop": 875065516
        },
        {
            "start": 875065517,
            "stop": 875065530
        },
        {
            "start": 875065531,
            "stop": 875065546
        },
        {
            "start": 875065547,
            "stop": 875065667
        },
        {
            "start": 875065669,
            "stop": 875065696
        },
        {
            "start": 875065698,
            "stop": 875065786
        },
        {
            "start": 875065787,
            "stop": 875065805
        },
        {
            "start": 875065806,
            "stop": 875065844
        },
        {
            "start": 875065845,
            "stop": 875065855
        },
        {
            "start": 875065856,
            "stop": 875065869
        },
        {
            "start": 875065871,
            "stop": 875065874
        },
        {
            "start": 875065876,
            "stop": 875065939
        },
        {
            "start": 875065940,
            "stop": 875065949
        }
    ]
}