Consul/Nomad Services filtering

i am trying to build a consul API call that gives me all the services created by nomad ( “ServiceMeta”: { “external-source”: “nomad” } ) however

curl -G http://localhost:8500/v1/catalog/services?pretty

seems to lack the ability to apply filters. Does anyone have an idea how to do this?