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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5666",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5667,
    "results": [
        {
            "start": 874546679,
            "stop": 874546694
        },
        {
            "start": 874546697,
            "stop": 874546717
        },
        {
            "start": 874546721,
            "stop": 874546761
        },
        {
            "start": 874546764,
            "stop": 874546852
        },
        {
            "start": 874546855,
            "stop": 874546869
        },
        {
            "start": 874546874,
            "stop": 874546892
        },
        {
            "start": 874546895,
            "stop": 874546918
        },
        {
            "start": 874546921,
            "stop": 874546960
        },
        {
            "start": 874546963,
            "stop": 874547027
        },
        {
            "start": 874547030,
            "stop": 874547041
        },
        {
            "start": 874547045,
            "stop": 874547064
        },
        {
            "start": 874547067,
            "stop": 874547088
        },
        {
            "start": 874547091,
            "stop": 874547109
        },
        {
            "start": 874547114,
            "stop": 874547157
        },
        {
            "start": 874547160,
            "stop": 874547280
        },
        {
            "start": 874547284,
            "stop": 874547374
        },
        {
            "start": 874547378,
            "stop": 874547442
        },
        {
            "start": 874547445,
            "stop": 874547535
        },
        {
            "start": 874547538,
            "stop": 874547547
        },
        {
            "start": 874547551,
            "stop": 874547587
        }
    ]
}