Detector Noise For data simulation

How one can download the detector noise (without signals or glitches) from all 3 observations ?

@Rao Detector data is available through the GWOSC website. For example, data from O3b can be downloaded from this page:

I’m not sure what it means to get noise without signals or glitches. When the data are recorded, the noise, glitches, and signals are all mixed together. You can look for times away from signals, and/or subtract out best fit waveforms. But, glitches are present in most data segments.

If you instead prefer purely Gaussian noise, you should simulate noise. Here are some examples of how to do that:

https://pycbc.org/pycbc/latest/html/noise.html

@jonah I’am very glad for your reply, I understand that even if we download data the times before signals there might be chance of containing glitches, so I’ll prefer subtract out best fit waveforms.
do we have any tutorial for that ? or any video demonstration?
I have found out this paper, Glitch subtraction from gravitational wave data

@rao There are few different tutorials that show how to construct a best fit waveform, which you can subtract from the data.

See the waveform tab, here:
http://peviewer.igwn.org

Or, you can see another approach, here:

Good luck!