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=40737
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=40738",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40736",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40737,
    "results": [
        {
            "start": 874966729,
            "stop": 874966770
        },
        {
            "start": 874966772,
            "stop": 874966789
        },
        {
            "start": 874966790,
            "stop": 874966791
        },
        {
            "start": 874966793,
            "stop": 874966794
        },
        {
            "start": 874966795,
            "stop": 874966877
        },
        {
            "start": 874966878,
            "stop": 874966919
        },
        {
            "start": 874966921,
            "stop": 874966940
        },
        {
            "start": 874966941,
            "stop": 874966967
        },
        {
            "start": 874966968,
            "stop": 874967047
        },
        {
            "start": 874967048,
            "stop": 874967067
        },
        {
            "start": 874967070,
            "stop": 874967106
        },
        {
            "start": 874967107,
            "stop": 874967153
        },
        {
            "start": 874967155,
            "stop": 874967172
        },
        {
            "start": 874967173,
            "stop": 874967196
        },
        {
            "start": 874967198,
            "stop": 874967216
        },
        {
            "start": 874967219,
            "stop": 874967238
        },
        {
            "start": 874967240,
            "stop": 874967264
        },
        {
            "start": 874967265,
            "stop": 874967295
        },
        {
            "start": 874967296,
            "stop": 874967314
        },
        {
            "start": 874967315,
            "stop": 874967324
        }
    ]
}