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=41011
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=41012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41010",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41011,
    "results": [
        {
            "start": 875164510,
            "stop": 875164559
        },
        {
            "start": 875164561,
            "stop": 875164575
        },
        {
            "start": 875164577,
            "stop": 875164619
        },
        {
            "start": 875164620,
            "stop": 875164650
        },
        {
            "start": 875164651,
            "stop": 875164664
        },
        {
            "start": 875164665,
            "stop": 875164694
        },
        {
            "start": 875164695,
            "stop": 875164735
        },
        {
            "start": 875164736,
            "stop": 875164774
        },
        {
            "start": 875164775,
            "stop": 875164810
        },
        {
            "start": 875164811,
            "stop": 875164815
        },
        {
            "start": 875164817,
            "stop": 875164867
        },
        {
            "start": 875164868,
            "stop": 875164886
        },
        {
            "start": 875164887,
            "stop": 875164889
        },
        {
            "start": 875164890,
            "stop": 875164902
        },
        {
            "start": 875164903,
            "stop": 875164925
        },
        {
            "start": 875164926,
            "stop": 875164973
        },
        {
            "start": 875164974,
            "stop": 875165003
        },
        {
            "start": 875165005,
            "stop": 875165057
        },
        {
            "start": 875165058,
            "stop": 875165071
        },
        {
            "start": 875165072,
            "stop": 875165097
        }
    ]
}