Pause the video at a specific time

You should just poll for the currentTime and pause when it is equal to or greater than the time you want.
Just be aware to only run the limit once or dynamically if you then want to resume..

See this post where it uses timeupdate event and currentTime.

You will need to adapte it for you usage.