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=40725
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=40726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40724",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40725,
    "results": [
        {
            "start": 874958717,
            "stop": 874958718
        },
        {
            "start": 874958720,
            "stop": 874958740
        },
        {
            "start": 874958741,
            "stop": 874958751
        },
        {
            "start": 874958753,
            "stop": 874958761
        },
        {
            "start": 874958763,
            "stop": 874958774
        },
        {
            "start": 874958775,
            "stop": 874958776
        },
        {
            "start": 874958778,
            "stop": 874958782
        },
        {
            "start": 874958784,
            "stop": 874958789
        },
        {
            "start": 874958790,
            "stop": 874958796
        },
        {
            "start": 874958798,
            "stop": 874958799
        },
        {
            "start": 874958801,
            "stop": 874958810
        },
        {
            "start": 874958814,
            "stop": 874958825
        },
        {
            "start": 874958827,
            "stop": 874958835
        },
        {
            "start": 874958836,
            "stop": 874958846
        },
        {
            "start": 874958848,
            "stop": 874958857
        },
        {
            "start": 874958858,
            "stop": 874958866
        },
        {
            "start": 874958867,
            "stop": 874958868
        },
        {
            "start": 874958869,
            "stop": 874958889
        },
        {
            "start": 874958891,
            "stop": 874958896
        },
        {
            "start": 874958897,
            "stop": 874958913
        }
    ]
}