urlFormat pattern needed

for this url, I am doing pagination using YII and need to clean the URL


index.php?r=user/imr/index&page=2

Please suggest what should be the rule for cleaning it

Thanks


array(

'<module>/<controller>/<action>/<page>' => '<module>/<controller>/<action>',

'<module>/<controller>/<action>' => '<module>/<controller>/<action>',


)