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=41035
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=41036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41034",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41035,
    "results": [
        {
            "start": 875191322,
            "stop": 875191343
        },
        {
            "start": 875191344,
            "stop": 875191411
        },
        {
            "start": 875191412,
            "stop": 875191432
        },
        {
            "start": 875191433,
            "stop": 875191496
        },
        {
            "start": 875191497,
            "stop": 875191517
        },
        {
            "start": 875191519,
            "stop": 875191543
        },
        {
            "start": 875191544,
            "stop": 875191582
        },
        {
            "start": 875191583,
            "stop": 875191622
        },
        {
            "start": 875191623,
            "stop": 875191643
        },
        {
            "start": 875191644,
            "stop": 875191645
        },
        {
            "start": 875191646,
            "stop": 875191666
        },
        {
            "start": 875191667,
            "stop": 875191683
        },
        {
            "start": 875191685,
            "stop": 875191717
        },
        {
            "start": 875191718,
            "stop": 875191727
        },
        {
            "start": 875191729,
            "stop": 875191753
        },
        {
            "start": 875191754,
            "stop": 875191773
        },
        {
            "start": 875191774,
            "stop": 875191815
        },
        {
            "start": 875191817,
            "stop": 875191827
        },
        {
            "start": 875191828,
            "stop": 875191922
        },
        {
            "start": 875191923,
            "stop": 875191947
        }
    ]
}