Use class fixtures to download GWOSC data that is used many times
This PR abstracts some reused TimeSeries.fetch_open_data
calls to class-level fixtures for the TestTimeSeries
tests. This should speed up test execution when GWPY_CACHE
is not set to something truthy.