juliensimon/gravitational-wave-events
收藏资源简介:
--- license: cc-by-4.0 pretty_name: "Gravitational Wave Events (GWOSC)" language: - en description: "All confirmed gravitational wave events from LIGO/Virgo/KAGRA observing runs, sourced from the Gravitational-Wave Open Science Center (GWOSC). Updated weekly." task_categories: - tabular-classification tags: - gravitational-waves - ligo - virgo - kagra - gwosc - black-hole - neutron-star - astronomy - open-data size_categories: - n<1K --- # Gravitational Wave Events (GWOSC)   All confirmed gravitational wave events from the [Gravitational-Wave Open Science Center](https://gwosc.org/) (GWOSC), covering LIGO, Virgo, and KAGRA observing runs. Currently **263** events across 12 catalogs (GWTC-1-confident, GWTC-1-marginal, GWTC-2.1-auxiliary, GWTC-2.1-confident, GWTC-2.1-marginal, GWTC-3-confident, GWTC-3-marginal, GWTC-4.0, IAS-O3a, Initial_LIGO_Virgo, O3_IMBH_marginal, O4_Discovery_Papers). ## Dataset description Each row represents one gravitational wave event (merger of compact objects such as black holes and/or neutron stars). Parameters include component masses, distance, spins, signal-to-noise ratio, and astrophysical probability. For each measured parameter, lower and upper uncertainty bounds are provided where available. ## Schema | Column | Type | Description | |--------|------|-------------| | `name` | string | Event name (e.g. GW150914, GW230529) | | `gps` | float | GPS time of the event | | `catalog` | string | Source catalog short name | | `run` | string | Observing run (O1/O2, O3a, O3b, O4a, ...) | | `mass_1` | float | Primary source mass (solar masses) | | `mass_1_lower/upper` | float | 90% credible interval bounds | | `mass_2` | float | Secondary source mass (solar masses) | | `mass_2_lower/upper` | float | 90% credible interval bounds | | `chirp_mass` | float | Chirp mass (solar masses) | | `luminosity_distance` | float | Luminosity distance (Mpc) | | `redshift` | float | Cosmological redshift | | `chi_eff` | float | Effective inspiral spin parameter | | `network_snr` | float | Network matched-filter SNR | | `p_astro` | float | Probability of astrophysical origin | | `far` | float | False alarm rate (Hz) | | `final_mass` | float | Remnant mass (solar masses) | | `final_spin` | float | Remnant dimensionless spin | All parameters with uncertainties also have `_lower` and `_upper` columns. ## Quick stats - **263** gravitational wave events - **12** catalogs: GWTC-1-confident, GWTC-1-marginal, GWTC-2.1-auxiliary, GWTC-2.1-confident, GWTC-2.1-marginal, GWTC-3-confident, GWTC-3-marginal, GWTC-4.0, IAS-O3a, Initial_LIGO_Virgo, O3_IMBH_marginal, O4_Discovery_Papers - Observing runs: Initial, O1/O2, O3, O3a, O3b, O4, O4a - Median primary mass: **35.3** solar masses - Median luminosity distance: **2100** Mpc ## Usage ```python from datasets import load_dataset ds = load_dataset("juliensimon/gravitational-wave-events", split="train") df = ds.to_pandas() # Binary black hole mergers (both masses > 3 solar masses) bbh = df[(df["mass_1"] > 3) & (df["mass_2"] > 3)] print(f"{len(bbh)} binary black hole events") # Closest events closest = df.nsmallest(5, "luminosity_distance")[["name", "luminosity_distance", "mass_1", "mass_2"]] # Events by observing run df["run"].value_counts() ``` ## Data source All data comes from the [GWOSC Event API](https://gwosc.org/eventapi/), the official open data portal for LIGO, Virgo, and KAGRA gravitational wave detections. ## Update schedule Weekly on Monday at 17:30 UTC via [GitHub Actions](https://github.com/juliensimon/space-datasets). ## Related datasets - [space-track-satcat](https://huggingface.co/datasets/juliensimon/space-track-satcat) -- NORAD Satellite Catalog - [space-launch-log](https://huggingface.co/datasets/juliensimon/space-launch-log) -- Global launch history ## Pipeline Source code: [juliensimon/space-datasets](https://github.com/juliensimon/space-datasets) ## Citation ```bibtex @dataset{gravitational_wave_events, author = {Simon, Julien}, title = {Gravitational Wave Events (GWOSC)}, year = {2026}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/juliensimon/gravitational-wave-events}, note = {Based on LIGO/Virgo/KAGRA data from the Gravitational-Wave Open Science Center (GWOSC)} } ``` ## License [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
--- license: cc-by-4.0 pretty_name: "引力波事件(GWOSC)" language: - en description: "收录LIGO/Virgo/KAGRA观测运行中所有已确认的引力波事件,数据源自引力波开放科学中心(Gravitational-Wave Open Science Center, GWOSC),每周更新一次。" task_categories: - tabular-classification tags: - gravitational-waves - ligo - virgo - kagra - gwosc - black-hole - neutron-star - astronomy - open-data size_categories: - n<1K --- # 引力波事件(GWOSC)   所有来自[引力波开放科学中心](https://gwosc.org/)(Gravitational-Wave Open Science Center, GWOSC)的已确认引力波事件,覆盖LIGO、Virgo与KAGRA的观测运行。当前共包含**263**个事件,隶属于12个星表:GWTC-1-confident、GWTC-1-marginal、GWTC-2.1-auxiliary、GWTC-2.1-confident、GWTC-2.1-marginal、GWTC-3-confident、GWTC-3-marginal、GWTC-4.0、IAS-O3a、Initial_LIGO_Virgo、O3_IMBH_marginal、O4_Discovery_Papers。 ## 数据集说明 每一行代表一个引力波事件(即致密天体如黑洞和/或中子星的并合事件)。参数包含组分质量、距离、自旋、信噪比以及天体物理起源概率。对于每个测量参数,若有可用数据则会提供90%置信区间的上下界。 ## 数据架构 | 列名 | 数据类型 | 描述 | |--------|------|-------------| | `name` | string | 事件名称(例如GW150914、GW230529) | | `gps` | float | 事件的GPS时间 | | `catalog` | string | 来源星表简称 | | `run` | string | 观测运行代号(O1/O2、O3a、O3b、O4a等) | | `mass_1` | float | 主源质量(以太阳质量为单位) | | `mass_1_lower/upper` | float | 90%可信区间上下界 | | `mass_2` | float | 次源质量(以太阳质量为单位) | | `mass_2_lower/upper` | float | 90%可信区间上下界 | | `chirp_mass` | float | 啁啾质量(以太阳质量为单位) | | `luminosity_distance` | float | 光度距离(单位:百万秒差距,Mpc) | | `redshift` | float | 宇宙学红移 | | `chi_eff` | float | 有效旋进自旋参数 | | `network_snr` | float | 网络匹配滤波信噪比 | | `p_astro` | float | 天体物理起源概率 | | `far` | float | 虚警率(单位:赫兹,Hz) | | `final_mass` | float | 并合残余质量(以太阳质量为单位) | | `final_spin` | float | 残余天体无量纲自旋 | 所有带不确定性的参数均配有`_lower`与`_upper`后缀的列。 ## 快速统计 - **263**个引力波事件 - **12**个星表:GWTC-1-confident、GWTC-1-marginal、GWTC-2.1-auxiliary、GWTC-2.1-confident、GWTC-2.1-marginal、GWTC-3-confident、GWTC-3-marginal、GWTC-4.0、IAS-O3a、Initial_LIGO_Virgo、O3_IMBH_marginal、O4_Discovery_Papers - 观测运行:Initial、O1/O2、O3、O3a、O3b、O4、O4a - 主源质量中位数:**35.3**倍太阳质量 - 光度距离中位数:**2100**百万秒差距(Mpc) ## 使用示例 python from datasets import load_dataset ds = load_dataset("juliensimon/gravitational-wave-events", split="train") df = ds.to_pandas() # 双黑洞并合事件(两个组分质量均大于3倍太阳质量) bbh = df[(df["mass_1"] > 3) & (df["mass_2"] > 3)] print(f"{len(bbh)} 个双黑洞事件") # 距离最近的5个事件 closest = df.nsmallest(5, "luminosity_distance")[["name", "luminosity_distance", "mass_1", "mass_2"]] # 按观测运行统计事件数量 df["run"].value_counts() ## 数据来源 所有数据均来自[GWOSC事件API](https://gwosc.org/eventapi/),即LIGO、Virgo与KAGRA引力波探测的官方开放数据门户。 ## 更新计划 每周一17:30 UTC通过[GitHub Actions](https://github.com/juliensimon/space-datasets)执行更新。 ## 相关数据集 - [space-track-satcat](https://huggingface.co/datasets/juliensimon/space-track-satcat)——北美防空司令部卫星星表 - [space-launch-log](https://huggingface.co/datasets/juliensimon/space-launch-log)——全球发射历史记录 ## 数据流水线 源代码仓库:[juliensimon/space-datasets](https://github.com/juliensimon/space-datasets) ## 引用信息 bibtex @dataset{gravitational_wave_events, author = {Simon, Julien}, title = {引力波事件(GWOSC)}, year = {2026}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/juliensimon/gravitational-wave-events}, note = {基于引力波开放科学中心(GWOSC)提供的LIGO/Virgo/KAGRA数据制作} } ## 许可证 [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)



