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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46728",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46726",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46727,
    "results": [
        {
            "start": 875064693,
            "stop": 875064707
        },
        {
            "start": 875064709,
            "stop": 875064832
        },
        {
            "start": 875064834,
            "stop": 875064878
        },
        {
            "start": 875064880,
            "stop": 875064902
        },
        {
            "start": 875064904,
            "stop": 875064982
        },
        {
            "start": 875064983,
            "stop": 875064999
        },
        {
            "start": 875065000,
            "stop": 875065043
        },
        {
            "start": 875065044,
            "stop": 875065052
        },
        {
            "start": 875065053,
            "stop": 875065092
        },
        {
            "start": 875065093,
            "stop": 875065230
        },
        {
            "start": 875065231,
            "stop": 875065257
        },
        {
            "start": 875065259,
            "stop": 875065382
        },
        {
            "start": 875065384,
            "stop": 875065454
        },
        {
            "start": 875065455,
            "stop": 875065636
        },
        {
            "start": 875065637,
            "stop": 875065670
        },
        {
            "start": 875065671,
            "stop": 875065696
        },
        {
            "start": 875065698,
            "stop": 875065786
        },
        {
            "start": 875065787,
            "stop": 875065844
        },
        {
            "start": 875065845,
            "stop": 875065874
        },
        {
            "start": 875065876,
            "stop": 875065915
        }
    ]
}