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=40906
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=40907",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40905",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40906,
    "results": [
        {
            "start": 875092749,
            "stop": 875092806
        },
        {
            "start": 875092808,
            "stop": 875092812
        },
        {
            "start": 875092813,
            "stop": 875092830
        },
        {
            "start": 875092831,
            "stop": 875092840
        },
        {
            "start": 875092841,
            "stop": 875092862
        },
        {
            "start": 875092863,
            "stop": 875092875
        },
        {
            "start": 875092877,
            "stop": 875092892
        },
        {
            "start": 875092893,
            "stop": 875092904
        },
        {
            "start": 875092906,
            "stop": 875092941
        },
        {
            "start": 875092943,
            "stop": 875092967
        },
        {
            "start": 875092969,
            "stop": 875093026
        },
        {
            "start": 875093027,
            "stop": 875093029
        },
        {
            "start": 875093030,
            "stop": 875093062
        },
        {
            "start": 875093063,
            "stop": 875093137
        },
        {
            "start": 875093138,
            "stop": 875093284
        },
        {
            "start": 875093286,
            "stop": 875093299
        },
        {
            "start": 875093301,
            "stop": 875093310
        },
        {
            "start": 875093311,
            "stop": 875093384
        },
        {
            "start": 875093385,
            "stop": 875093447
        },
        {
            "start": 875093449,
            "stop": 875093459
        }
    ]
}