get_goes_event_list¶
- sunpy.instr.goes.get_goes_event_list(timerange, goes_class_filter=None)¶
Retrieve list of flares detected by GOES within a given time range.
- Parameters
timerange (
sunpy.time.TimeRange
) – The time range to download the event list for.goes_class_filter (
str
, optional) – A string specifying a minimum GOES class for inclusion in the list, e.g., “M1”, “X2”.
- Returns
list
– A list of all the flares found for the given time range.