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=40621
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=40622",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40620",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40621,
    "results": [
        {
            "start": 874897054,
            "stop": 874897057
        },
        {
            "start": 874897058,
            "stop": 874897060
        },
        {
            "start": 874897061,
            "stop": 874897076
        },
        {
            "start": 874897077,
            "stop": 874897098
        },
        {
            "start": 874897099,
            "stop": 874897257
        },
        {
            "start": 874897259,
            "stop": 874897405
        },
        {
            "start": 874897406,
            "stop": 874897503
        },
        {
            "start": 874897504,
            "stop": 874897506
        },
        {
            "start": 874897507,
            "stop": 874897580
        },
        {
            "start": 874897582,
            "stop": 874897604
        },
        {
            "start": 874897605,
            "stop": 874897617
        },
        {
            "start": 874897618,
            "stop": 874897643
        },
        {
            "start": 874897645,
            "stop": 874897741
        },
        {
            "start": 874897743,
            "stop": 874897762
        },
        {
            "start": 874897763,
            "stop": 874897802
        },
        {
            "start": 874897803,
            "stop": 874897826
        },
        {
            "start": 874897827,
            "stop": 874897834
        },
        {
            "start": 874897836,
            "stop": 874898011
        },
        {
            "start": 874898012,
            "stop": 874898091
        },
        {
            "start": 874898092,
            "stop": 874898171
        }
    ]
}