A python interface to the Gravitational Wave Open Science Center (GWOSC) data archive. Version 0.8.2 requires Python >=3.10. Regular releases, roughly quarterly.
pip install gwoscVerified import paths — ran on the pinned version, not inferred.
Basic usage: list datasets and fetch event metadata from the API.
Use the provided functions like fetch_json with the new base URL, or update URLs to https://www.gw-openscience.org/api/v2/.
Replace `from gwosc.datasets import find_datasets` with `from gwosc.datasets import dataset` and call `dataset()`.
Use `datasets = dataset(); [d['dataset'] for d in datasets]` to extract names if needed.
Set the `User-Agent` header: `fetch_json(url, headers={'User-Agent': 'MyApp/1.0'})`.No dependency data recorded yet.