- start.year
- A single numeric value specifying the start 
  year of the time period. 
  
- start.month
- A single numeric value (1 to 12) specifying 
  the start month of the time period. 
  
- start.day
- A single numeric value (1 to 31) specifying 
  the start day of the time period. 
- end.year
- A single numeric value specifying the end 
  year of the time period. 
  
- end.month
- A single numeric value (1 to 12) specifying 
  the end month of the time period. 
  
- end.day
- A single numeric value (1 to 31) specifying 
  the end day of the time period. 
- searchshape
- A character string specifying the shape of
  the search region. Rectangular search with 
  - searchshape="RECT"(default) and circular search- searchshape="CIRC"are possible.
 
  
- lat.bot
- A single numeric value (-90 to 90) specifying 
  the bottom latitude of the rectangular search region 
  (if - searchshape="RECT").
 
  
- lat.top
- A single numeric value (-90 to 90) specifying 
  the top latitude of the rectangular search region
  (if - searchshape="RECT").
 
  
- long.left
- A single numeric value (-180 to 180) specifying 
  the left longitude of the rectangular search region
  (if - searchshape="RECT").
 
  
- long.right
- A single numeric value (-180 to 180) specifying 
  the right longitude of the rectangular search region
  (if - searchshape="RECT").
 
  
- lat.ctr
- A single numeric value (-90 to 90) specifying 
  the central latitude of the circular search region
  (if - searchshape="CIRC").
 
  
- long.ctr
- A single numeric value (-180 to 180) specifying 
  the central longitude of the circular search region
  (if - searchshape="CIRC").
 
  
- radius
- A single numeric value specifying the search radius
  of the circular search region
  (if - searchshape="CIRC").
 
  
- dist.units
- A character string specifying the unit of
  the search radius: degrees with - "deg"and kilometers 
  with- "km"are the available options.
 
  
- dep.min
- A single numeric value specifying the minumum 
  depth (km). 
- dep.max
- A single numeric value specifying the maximum 
  depth (km). 
  
- nulldep
- Logical flag indicating whether to include 
  events with unknown depths. 
  
- mag.min
- A single numeric value specifying the minumum 
  magnitude. 
  
- mag.max
- A single numeric value specifying the maximum 
  magnitude. 
  
- mag.type
- A character string specifying the magnitude 
  type. Due to the large number of magnitude types and the 
  various notation used, the selected type will search all 
  magnitudes of that type. E.g. the default - "MB"will 
  match all body-wave magnitudes: mb, mB, MB, mb1mx, etc.
 
  
- mag.agcy
- A character string specifying the magnitude 
  author.  - "ISC",- "NEIC",- "GCMT/HRVD",- "JMA", amongst others are considered reliable magnitude
  authors. The default uses- "Any", which will match any 
  author that has a magnitude for both prime and secondary 
  hypocentres included in an event. Selecting- "prime author"will limit the search by magnitudes 
  directly associated with the prime hypocentre (usually the 
  same author as the prime hypocentre) - i.e. for events with 
  an ISC authored prime hypocentre, selecting 'Prime author', 
  will limit events to those with ISC determined magnitudes.