duncan-brown / dqsegdb2

Simplified DQSEGDB API interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Build Status Documentation Status Coverage status License DOI

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/.

Basic Usage

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

About

Simplified DQSEGDB API interface

License:GNU General Public License v3.0


Languages

Language:Python 100.0%