get_events¶
-
Library.
get_events
(catalog_names=None, start_time=None, end_time=None, **kwargs)[source]¶ Get events from the library using from search criteria passed as keywords.
Only events already loaded from the database are processed.
- Parameters
start_time (
UTCDateTime
) – The minimum starttime of the detections.end_time (
obspy.core.utcdatetime.UTCDateTime
) – The maximum end_time of the detections.
- Keyword Arguments
kwargs – Keyword arguments passed to
Catalog.get_events()
.- Returns
The events matching the search criteria.
- Return type