How to schedule pipeline precisely?

Is is possible to schedule a pipeline precisely on GitLab.com?

I have read the Advanced admin configuration section. pipeline_schedule_worker is set to 19 * * * * so a pipeline can be scheduled to run once per hour at the 19 minutes mark. Is there a cron syntax that can be used to trigger a pipeline 41 minutes later for it to occur exactly every hour at 0 minutes?