If you use the default permalinks (query string), you’ll be able to feature URLs in this format
https://example.com/?gallery=FOOBAR
If that’s still not good and you actually need the /gallery/
path, you’ll probably be able to do this by adding a new, custom rewrite rule using add_rewrite_rule()
.