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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5149",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5147",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5148,
    "results": [
        {
            "start": 1136994842,
            "stop": 1136994852
        },
        {
            "start": 1136994854,
            "stop": 1136994880
        },
        {
            "start": 1136994882,
            "stop": 1136994888
        },
        {
            "start": 1136994890,
            "stop": 1136994907
        },
        {
            "start": 1136994909,
            "stop": 1136994910
        },
        {
            "start": 1136994912,
            "stop": 1136994921
        },
        {
            "start": 1136994923,
            "stop": 1136994962
        },
        {
            "start": 1136994964,
            "stop": 1136994973
        },
        {
            "start": 1136994975,
            "stop": 1136994984
        },
        {
            "start": 1136994986,
            "stop": 1136995005
        },
        {
            "start": 1136995007,
            "stop": 1136995017
        },
        {
            "start": 1136995019,
            "stop": 1136995027
        },
        {
            "start": 1136995029,
            "stop": 1136995047
        },
        {
            "start": 1136995049,
            "stop": 1136995057
        },
        {
            "start": 1136995059,
            "stop": 1136995067
        },
        {
            "start": 1136995069,
            "stop": 1136995073
        },
        {
            "start": 1136995074,
            "stop": 1136995078
        },
        {
            "start": 1136995080,
            "stop": 1136995085
        },
        {
            "start": 1136995087,
            "stop": 1136995095
        },
        {
            "start": 1136995097,
            "stop": 1136995098
        }
    ]
}