I have these two queries (only the segments differ)
/analytics/feeds/data?ids=ga:...&dimensions=ga:date&metrics=ga:visits&segment=gaid%3A%3A-1&start-date=2011-05-16&end-date=2011-06-14&max-results=1000
/analytics/feeds/data?ids=ga:...&dimensions=ga:date&metrics=ga:visits&segment=gaid%3A%3A-4&start-date=2011-05-16&end-date=2011-06-14&max-results=1000
where the second should return different (smaller) results than the first. But both deliver the same results. What am I doing wrong?