Handle API ReadTimeout more gracefully
Issue #33 should be handled more gracefully with this small fix when retrieving measurements. An exception is thrown when the API does not return data within default 5 seconds. This is now caught and empty data is returned.
It may not catch all such cases, as it does not cover all calls made to the API.