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=40869
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=40870",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40868",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40869,
    "results": [
        {
            "start": 875059440,
            "stop": 875059477
        },
        {
            "start": 875059479,
            "stop": 875059491
        },
        {
            "start": 875059492,
            "stop": 875059498
        },
        {
            "start": 875059500,
            "stop": 875059626
        },
        {
            "start": 875059627,
            "stop": 875059726
        },
        {
            "start": 875059727,
            "stop": 875059745
        },
        {
            "start": 875059746,
            "stop": 875059754
        },
        {
            "start": 875059755,
            "stop": 875059773
        },
        {
            "start": 875059774,
            "stop": 875059775
        },
        {
            "start": 875059777,
            "stop": 875059796
        },
        {
            "start": 875059798,
            "stop": 875059860
        },
        {
            "start": 875059862,
            "stop": 875059873
        },
        {
            "start": 875059874,
            "stop": 875059881
        },
        {
            "start": 875059883,
            "stop": 875059920
        },
        {
            "start": 875059921,
            "stop": 875059924
        },
        {
            "start": 875059926,
            "stop": 875059936
        },
        {
            "start": 875059938,
            "stop": 875059997
        },
        {
            "start": 875059999,
            "stop": 875060009
        },
        {
            "start": 875060011,
            "stop": 875060060
        },
        {
            "start": 875060061,
            "stop": 875060090
        }
    ]
}