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=40743
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=40744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40742",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40743,
    "results": [
        {
            "start": 874969299,
            "stop": 874969308
        },
        {
            "start": 874969311,
            "stop": 874969385
        },
        {
            "start": 874969386,
            "stop": 874969406
        },
        {
            "start": 874969408,
            "stop": 874969432
        },
        {
            "start": 874969433,
            "stop": 874969443
        },
        {
            "start": 874969444,
            "stop": 874969447
        },
        {
            "start": 874969449,
            "stop": 874969462
        },
        {
            "start": 874969464,
            "stop": 874969528
        },
        {
            "start": 874969529,
            "stop": 874969543
        },
        {
            "start": 874969545,
            "stop": 874969580
        },
        {
            "start": 874969581,
            "stop": 874969640
        },
        {
            "start": 874969642,
            "stop": 874969663
        },
        {
            "start": 874969664,
            "stop": 874969748
        },
        {
            "start": 874969749,
            "stop": 874969770
        },
        {
            "start": 874969772,
            "stop": 874969839
        },
        {
            "start": 874969840,
            "stop": 874969844
        },
        {
            "start": 874969845,
            "stop": 874969856
        },
        {
            "start": 874969857,
            "stop": 874969860
        },
        {
            "start": 874969920,
            "stop": 874969934
        },
        {
            "start": 874969936,
            "stop": 874969976
        }
    ]
}