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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1772",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1770",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1771,
    "results": [
        {
            "start": 959184676,
            "stop": 959184937
        },
        {
            "start": 959185709,
            "stop": 959185801
        },
        {
            "start": 959185803,
            "stop": 959190740
        },
        {
            "start": 959190742,
            "stop": 959193082
        },
        {
            "start": 959193084,
            "stop": 959193776
        },
        {
            "start": 959193778,
            "stop": 959193841
        },
        {
            "start": 959193843,
            "stop": 959194606
        },
        {
            "start": 959194608,
            "stop": 959195620
        },
        {
            "start": 959195622,
            "stop": 959195937
        },
        {
            "start": 959195938,
            "stop": 959197024
        },
        {
            "start": 959197040,
            "stop": 959197042
        },
        {
            "start": 959197049,
            "stop": 959198319
        },
        {
            "start": 959198321,
            "stop": 959198686
        },
        {
            "start": 959198688,
            "stop": 959198855
        },
        {
            "start": 959198857,
            "stop": 959198858
        },
        {
            "start": 959198860,
            "stop": 959198987
        },
        {
            "start": 959198989,
            "stop": 959199056
        },
        {
            "start": 959199058,
            "stop": 959199578
        },
        {
            "start": 959199580,
            "stop": 959199726
        },
        {
            "start": 959199728,
            "stop": 959199837
        }
    ]
}