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/H2_BURST_CAT3E/segments?format=api&page=46801
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46800",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46801,
    "results": [
        {
            "start": 875118946,
            "stop": 875118964
        },
        {
            "start": 875118965,
            "stop": 875118973
        },
        {
            "start": 875118975,
            "stop": 875119009
        },
        {
            "start": 875119010,
            "stop": 875119032
        },
        {
            "start": 875119034,
            "stop": 875119038
        },
        {
            "start": 875119041,
            "stop": 875119051
        },
        {
            "start": 875119052,
            "stop": 875119072
        },
        {
            "start": 875119073,
            "stop": 875119078
        },
        {
            "start": 875119079,
            "stop": 875119144
        },
        {
            "start": 875119145,
            "stop": 875119179
        },
        {
            "start": 875119180,
            "stop": 875119189
        },
        {
            "start": 875119190,
            "stop": 875119214
        },
        {
            "start": 875119215,
            "stop": 875119217
        },
        {
            "start": 875119218,
            "stop": 875119225
        },
        {
            "start": 875119226,
            "stop": 875119243
        },
        {
            "start": 875119244,
            "stop": 875119257
        },
        {
            "start": 875119258,
            "stop": 875119262
        },
        {
            "start": 875119263,
            "stop": 875119279
        },
        {
            "start": 875119280,
            "stop": 875119324
        },
        {
            "start": 875119325,
            "stop": 875119334
        }
    ]
}