The Compute API for listing services allows the specification of query parameters for binary or host name: https://docs.openstack.org/api-ref/compute/#list-compute-services
The current implementation of the List call does not allow for the specification of those parameters:
https://github.com/gophercloud/gophercloud/blob/master/openstack/compute/v2/extensions/services/requests.go#L9
I will put a PR to add options to the List API.