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=40731
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=40732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40730",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40731,
    "results": [
        {
            "start": 874963711,
            "stop": 874963748
        },
        {
            "start": 874963749,
            "stop": 874963757
        },
        {
            "start": 874963759,
            "stop": 874963766
        },
        {
            "start": 874963767,
            "stop": 874963785
        },
        {
            "start": 874963787,
            "stop": 874963788
        },
        {
            "start": 874963790,
            "stop": 874963791
        },
        {
            "start": 874963792,
            "stop": 874963805
        },
        {
            "start": 874963806,
            "stop": 874963841
        },
        {
            "start": 874963842,
            "stop": 874963855
        },
        {
            "start": 874963856,
            "stop": 874963863
        },
        {
            "start": 874963864,
            "stop": 874963872
        },
        {
            "start": 874963873,
            "stop": 874963885
        },
        {
            "start": 874963886,
            "stop": 874963889
        },
        {
            "start": 874963890,
            "stop": 874963893
        },
        {
            "start": 874963894,
            "stop": 874963937
        },
        {
            "start": 874963939,
            "stop": 874963957
        },
        {
            "start": 874963959,
            "stop": 874963964
        },
        {
            "start": 874963965,
            "stop": 874963967
        },
        {
            "start": 874963968,
            "stop": 874963975
        },
        {
            "start": 874963976,
            "stop": 874964003
        }
    ]
}