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=40937
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=40938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40936",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40937,
    "results": [
        {
            "start": 875110178,
            "stop": 875110326
        },
        {
            "start": 875110327,
            "stop": 875110347
        },
        {
            "start": 875110349,
            "stop": 875110370
        },
        {
            "start": 875110371,
            "stop": 875110373
        },
        {
            "start": 875110374,
            "stop": 875110390
        },
        {
            "start": 875110391,
            "stop": 875110475
        },
        {
            "start": 875110476,
            "stop": 875110526
        },
        {
            "start": 875110527,
            "stop": 875110582
        },
        {
            "start": 875110583,
            "stop": 875110603
        },
        {
            "start": 875110604,
            "stop": 875110667
        },
        {
            "start": 875110669,
            "stop": 875110709
        },
        {
            "start": 875110710,
            "stop": 875110730
        },
        {
            "start": 875110732,
            "stop": 875110773
        },
        {
            "start": 875110774,
            "stop": 875110776
        },
        {
            "start": 875110777,
            "stop": 875110815
        },
        {
            "start": 875110817,
            "stop": 875110858
        },
        {
            "start": 875110859,
            "stop": 875110901
        },
        {
            "start": 875110902,
            "stop": 875110950
        },
        {
            "start": 875110951,
            "stop": 875110996
        },
        {
            "start": 875110997,
            "stop": 875111028
        }
    ]
}