dqsegdb2

Simplified python interface to DQSEGDB


License
CNRI-Python-GPL-Compatible
Install
pip install dqsegdb2==1.2.1

Documentation

DQSEGDB2

PyPI version Conda version License DOI Supported Python versions

Build status Code coverage Documentation status

DQSEGDB2 is a simplified Python implementation of the DQSEGDB API as defined in LIGO-T1300625.

This package only provides a query interface for GET requests, any users wishing to make POST requests should refer to the official dqsegdb Python client available from https://github.com/ligovirgo/dqsegdb/.

Installation

For best results, please install from conda-forge:

conda install -c conda-forge dqsegdb2

On Unix systems, you can also install directly from PyPI:

pip install dqsegdb2

Basic Usage

from dqsegdb2.query import query_segments
print(query_segments('G1:GEO-SCIENCE:1', 1000000000, 1000001000))