Is there a way to decide what part of a level sequencer play?

In that case you probably want to call SetPlaybackRange.

There are other ways as well, firing an event at a certain frame in sequencer and then hooking into that event to call stop on the sequence itself.