splits all sequences of a collection of sequences into subsequences depending on the timestamps of the events. If the difference of the timestamps of two subsequent events is larger than the provided number of milliseconds, the sequence to which the events belong is split up into two subsequences between the two events. $USAGE$ the maximum number of milliseconds between two subsequent events the name of the collection of sequences that shall be split optional; the name of the collection of sequences into which the resulting sequences shall be stored; if left out, the result is stored in the collection identified by Example(s): splitSequences 100000 someSequences splitSequences 100000 someSequences someNewSequences