Hey Edmonodo,
Thanks for reaching out!
Just to set expectations up front, we cannot help or provide insight into custom coding projects, custom implementations of things, etc., per our support policy which can be found online here.
With that being said, I’m happy to at least try and provide a bit of help here. When it comes to pagination and offsets, for example, you should be able to patch something together by tinkering the very same offset and pagination attributes of the WordPress WP_Query class. tribe_get_events() is essentially a “wrapper” for this class, so any attribute that works for WP_Query can be passed as an argument to tribe_get_events, and it should take effect.
So when it comes to making custom pagination and such, I would recommend simply reading through the official WP_Query documentation here and tinkering with the options it provides → https://codex.wordpress.org/Class_Reference/WP_Query
Best of luck with your customizing! Sounds like an interesting project.
Sincerely,
George