experanto.intervals.find_intersection_between_two_interval_arrays

find_intersection_between_two_interval_arrays(interval_array_1, interval_array_2)[source]

Find the intersection of two interval arrays.

Parameters:
Returns:

Intervals where both input arrays overlap.

Return type:

list of TimeInterval