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=41054
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=41055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41053",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41054,
    "results": [
        {
            "start": 875200690,
            "stop": 875200704
        },
        {
            "start": 875200707,
            "stop": 875200733
        },
        {
            "start": 875200734,
            "stop": 875200743
        },
        {
            "start": 875200745,
            "stop": 875200750
        },
        {
            "start": 875200751,
            "stop": 875200756
        },
        {
            "start": 875200757,
            "stop": 875200758
        },
        {
            "start": 875200759,
            "stop": 875200760
        },
        {
            "start": 875200761,
            "stop": 875200771
        },
        {
            "start": 875200773,
            "stop": 875200777
        },
        {
            "start": 875200778,
            "stop": 875200796
        },
        {
            "start": 875200797,
            "stop": 875200807
        },
        {
            "start": 875200808,
            "stop": 875200812
        },
        {
            "start": 875200815,
            "stop": 875200855
        },
        {
            "start": 875200857,
            "stop": 875200882
        },
        {
            "start": 875200884,
            "stop": 875200919
        },
        {
            "start": 875200920,
            "stop": 875200941
        },
        {
            "start": 875200942,
            "stop": 875200961
        },
        {
            "start": 875200962,
            "stop": 875200974
        },
        {
            "start": 875200975,
            "stop": 875200985
        },
        {
            "start": 875200987,
            "stop": 875200995
        }
    ]
}