"<!DOCTYPE html>\n<html>\n<head>\n\n  <link rel=\"stylesheet\" type=\"text/css\" href=\"/resifsi/static/resifsi.css\">\n\t<title>Documentation</title>\n\t<meta charset=\"utf-8\">\n</head>\n<body>\n  <div class=\"main\">\n\n  <img src=\"/resifsi/static/image/logoresif.png\">\n\n  <h1> Orphanfile webservice </h1>\n\n <div>\n\n    <p class=\"intro\">\n      &nbsp;&nbsp;Orphanfile webservice allows data providers to retrieve the data files without metadata. \n    </p>\n     <h3> Overview of request parameters </h3>\n      <p class=\"intro\"> The request parameters for the service are summarized in the table below :</p>\n    \t<table class=\"table2\">\n \t\t  \t\t<thead>\n            <tr>\n              <th>Parameter</th>\n              <th>Required</th>\n              <th>Description</th>\n              <th>Values (default)</th>\n            </tr>\n \t\t  \t\t</thead>\n \t\t  \t\t<tbody>\n \t\t  \t\t\t<tr>\n \t\t  \t\t\t\t<td > starttime</td>\n \t\t  \t\t\t\t<td >NO</td>\n \t\t  \t\t\t\t<td >Limit of data date at or after the specific start time</td>\n \t\t  \t\t\t\t<td >YYYY-MM-DDTHH:MM:SS (-)</td>\n \t\t  \t\t\t</tr>\n \t\t  \t\t\t<tr>\n \t\t  \t\t\t\t<td >endtime</td>\n \t\t  \t\t\t\t<td >NO</td>\n \t\t  \t\t\t\t<td >Limit of data date at or before the specific end time</td>\n \t\t  \t\t\t\t<td >YYYY-MM-DDTHH:MM:SS (-)</td>\n \t\t  \t\t\t</tr>\n \t\t  \t\t\t</tr>\n \t\t  \t\t\t<tr>\n \t\t  \t\t\t\t<td >Network</td>\n \t\t  \t\t\t\t<td >YES</td>\n \t\t  \t\t\t\t<td >FDSN network code</td>\n              <td> \n               Network codes list is available <a href=\"http://seismology.resif.fr/#NetworkConsultPlace:\"> here </a>. Joker is allowed.</td>\n              </td>\n \t\t  \t\t\t</tr>\n \t\t  \t\t\t<tr>\t\n \t\t  \t\t\t  <td >Station</td>\n \t\t  \t\t\t\t<td >NO</td>\n \t\t  \t\t\t\t<td >Station name</td>\n \t\t  \t\t\t\t<td> Stations list is available <a href=\"http://ws.resif.fr/fdsnws/station/1/query?level=station&format=text\">here </a>. Joker is allowed.\n              </td>\n \t\t  \t\t\t</tr>\n \t\t  \t\t\t<tr>\n \t\t  \t\t\t\t<td >Channel</td>\n \t\t  \t\t\t\t<td >NO</td>\n \t\t  \t\t\t\t<td >Channel name</td>\n \t\t  \t\t\t\t<td> Channels  list is available  <a href=\"http://ws.resif.fr/fdsnws/station/1/query?level=channel&format=text\">here </a>. Joker is allowed</td>\n  \t\t  \t\t\t</tr>\n \t\t  \t\t\t<tr>\n \t\t  \t\t\t\t<td >Location</td>\n \t\t  \t\t\t\t<td >NO</td>\n \t\t  \t\t\t\t<td >Location code</td>\n \t\t  \t\t\t\t<td >  </td>\n  \t\t  \t\t\t</tr>\n \t\t  \t\t\t<tr>\n \t\t  \t\t\t\t<td >Datatype</td>\n \t\t  \t\t\t\t<td >NO</td>\n \t\t  \t\t\t\t<td >Data type </td>\n \t\t  \t\t\t\t<td> Validated or raw. Default: validated</td>\n  \t\t  \t\t\t</tr>\n \t\t  \t</tbody>\n \t\t  \t</table>\n        <br>\n     <h3> HTTP status codes</h3>\n\n    <p class=\"intro\">Table below gives a list status codes returned by the webservice. These codes should be used by end-user to check if a request was successful.</p>\n\n        <table class=\"table2\">\n            <thead>\n              <tr>\n                <th>Code</th>\n                <th>Description</th>\n              </tr>\n            </thead>\n            <tbody>\n              <tr>\n                <td>200</td>\n                <td>Successfull request, result follow</td>\n              </tr>\n              <tr>\n                <td>201</td>\n                <td>Request was properly formatted and submitted but no data match the selection</td>\n              </tr>\n              <tr>\n                <td>400</td>\n                <td>Bad request due to improper specification, unrecognized parameter, etc</td>\n              </tr>\n              <tr>\n                <td>203</td>\n                <td>Request resulted in too much data being returned or the request itself is too large</td>\n              </tr>\n              <tr>\n                <td>500</td>\n                <td>Internal Server Error</td>\n              </tr>\n            </tbody>\n          </table>    \n        \n   <h3> Examples</h3>\n        <ul>\n          <li> Get data file without metadata for the all networks that start by R</li>\n          <a href=\"http://ws.resif.fr/resifsi/orphanfile/1/query?network=R?&format=text\">http://ws.resif.fr/resifsi/orphanfile/1/query?network=R?&format=text</a><br>\n          <li> Get data files without metadata for FR network but only for channels that start by H</li>\n          <a href=\"http://ws.resif.fr/resifsi/orphanfile/1/query?network=FR&channel=H??&format=text\">http://ws.resif.fr/resifsi/orphanfile/1/query?network=FR&channel=H??&format=text</a>\n          </ul>\n      \n\n  </div>\n\n<br>\n</div>\n\n</body>\n</html>"
