CONAN.get_files.get_K2_data.split_data
======================================

.. py:method:: CONAN.get_files.get_K2_data.split_data(gap_size=None, split_times=None, show_plot=True)

   Split the light curves into sections based on (1)gaps in the data, (2)given time intervals (3)given split time(s).

   :param gap_size: minimum gap size at which data will be splitted. same unit as the time axis. Default is None.
   :type gap_size: float
   :param split_times: Time to split the data. Default is None.
   :type split_times: float,list
   :param show_plot: Show plot of the split times. Default is True.
   :type show_plot: bool

