How to configure cron to import form integration into specific segments?

Your software
My Mautic version is:3.1.1
My PHP version is:7.3

I’m able to successfully import contacts from hubspot into mautic, however, I would like to import them into a specific segment or category, is this possible?

the command I use is:

5,22,36,51 * * * * php /var/www/html/mautic/bin/console mautic:integration:fetchleads --integration=Hubspot --fetch-all >/dev/null 2>&1

I see it has the -fetch-all, is there some kind of command to append to this so I can have a segment destination?