<div dir="ltr"><div><div><div><div><div><div><br></div>Is there a way in the event service to query for events that are in the NEIC PDE-W or NEIC PDE-M but not get events that only occur in the NEIC PDE-Q or NEIC ALERT? In other words, I want to process using the weekly or the monthly, but I don&#39;t want to use the Q or the ALERT.  <br>
</div><br></div>Some time ago I was told that you cannot specify more than one contributor, which seems to be the case as this query returns no data. So, my guess is that I need to do this as 2 separate queries and merge the results locally if both return data?<br>
<br><a href="http://www.iris.edu/ws/event/query?starttime=2010-10-27T06:30:00&amp;endtime=2011-10-01T06:30:00&amp;minmag=7&amp;contributor=NEIC+PDE-M,NEIC+PDE-W&amp;orderby=time&amp;output=xml">http://www.iris.edu/ws/event/query?starttime=2010-10-27T06:30:00&amp;endtime=2011-10-01T06:30:00&amp;minmag=7&amp;contributor=NEIC+PDE-M,NEIC+PDE-W&amp;orderby=time&amp;output=xml</a><br>
<br></div>Also, if you are not going to accept multiple contributors or catalogs, it might be good to cause an 400 error on this query instead of a 404. You do checking on some other fields like orderby and output, so might as well check catalog and contributor.<br>
<br></div><div>In other words this query gives a 404 but probably should give a 400.<br><br><a href="http://www.iris.edu/ws/event/query?starttime=2010-10-27T06:30:00&amp;endtime=2011-10-01T06:30:00&amp;minmag=7&amp;contributor=BLAH&amp;orderby=time&amp;output=xml">http://www.iris.edu/ws/event/query?starttime=2010-10-27T06:30:00&amp;endtime=2011-10-01T06:30:00&amp;minmag=7&amp;contributor=BLAH&amp;orderby=time&amp;output=xml</a><br>
<br>Similar for this one.<br><br><a href="http://www.iris.edu/ws/event/query?starttime=2010-10-27T06:30:00&amp;endtime=2011-10-01T06:30:00&amp;minmag=7&amp;catalog=BLAH&amp;orderby=time&amp;output=xml">http://www.iris.edu/ws/event/query?starttime=2010-10-27T06:30:00&amp;endtime=2011-10-01T06:30:00&amp;minmag=7&amp;catalog=BLAH&amp;orderby=time&amp;output=xml</a><br>
</div><div><br></div>thanks,<br></div>Philip<br>
</div>