get_goes_event_list# sunkit_instruments.goes_xrs.get_goes_event_list(timerange, goes_class_filter=None)[source]# 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: A list of all the flares found for the given time range. Return type: list