Simplified Python interface to the Detector Characterization (DQSEGDB) API. Currently at version 1.3.0, released with support for Python >=3.6. Maintenance is sporadic; no active development observed.
pip install dqsegdb2No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a DQSegDB client, query flags for a given IFO and time range.
Uninstall dqsegdb and install dqsegdb2. Update imports from dqsegdb to dqsegdb2.
Use `token='your_token'` instead of `auth=('user','pass')`.Use `client.query_active(ifo, flag, start, end)` or `client.query_inactive(ifo, flag, start, end)`.