Extracting time series from ObsPy

Hello,

I’m new to ObsPy and sorry in advance if the question is trivial.
I want to obtain data for my earthquake validation from real events. I was able to plot seismograms but not sure how to get actual data series (PGA time series - ASCII/text file)?
Would be grateful for the help.

Anna

Hi Anna, I don’t quite get your question.

But if you have already read in / downloaded some data, then you can get the time series by calling the data argument to the Trace that you have.