Not sure if I properly wrote the subject but anyway.
Since you can create specific routes with different parameters for eg:
_search: pattern: /page/{
You could add a second route that will just match /page
then in the controller you can get the defaults. and merge them with any that are passed.
Take a look at a similar question I answered for some code examples.
KendoUI Grid parameters sending to a symfony2 app