Retrieve opt outs or bounces for a specific list (API)

I would like to retrieve all the contacts that are bounced or unsubscribed from a list. I know the list ID. What is the best way to do it?

Can I pass two statuses at the same time and how?

Example:
https://{{yourAccountName}}.api-us1.com/api/{{apiVersion}}/contacts/?listid=2&status=2,3

Or must I read the list twice, once with status 2 and once with status 3?

https://{{yourAccountName}}.api-us1.com/api/{{apiVersion}}/contacts/?listid=2&status=2

And

https://{{yourAccountName}}.api-us1.com/api/{{apiVersion}}/contacts/?listid=2&status=3

Or is there an even better solution?

Many thanks in advance,

Mihai