rule(:start_time_seconds, :end_time_seconds) do
        start = values[:start_time_seconds]
        stop = values[:end_time_seconds]

        next if stop.nil?