API documentation

Functions

connect([host, port])

Open a new connection to a Datafind server.

find_latest(site, frametype[, urltype, ...])

Query a GWDataFind host for the latest file in a given dataset.

find_observatories([match, host, session])

Query a GWDataFind host for observatories with available data.

find_times(site, frametype[, gpsstart, ...])

Query a GWDataFind host for times in which data are available.

find_types([site, match, host, session])

Query a GWDataFind host for dataset types.

find_url(framefile[, urltype, on_missing, ...])

Query a GWDataFind host for the URL of a single filename.

find_urls(site, frametype, gpsstart, gpsend)

Query a GWDataFind host for all URLs for a dataset in an interval.

ping([host, session])

Ping the GWDataFind host to test for life.

Classes

HTTPConnection([host, port, timeout, ...])

Connect to a GWDataFind host using HTTP.

HTTPSConnection([host, port])

Connect to a GWDataFind host using HTTPS.

Submodules