obspy.clients.seishub.client._EventMapperClient.get_list

_EventMapperClient.get_list(*args, **kwargs)[source]

Gets a list of event information.

..note:
For SeisHub versions < 1.4 available keys include “user” and “account”. In newer SeisHub versions they are replaced by “author”.
Return type:list
Returns:List of dictionaries containing event information.

The number of resulting events is by default limited to 50 entries from a SeisHub server. You may raise this by setting the limit option to a maximal value of 2500. Numbers above 2500 will result into an exception.