List GW event nicknames from GWOSC (API v2)
list_gwosc_event.RdQuery the GWOSC API v2 `/api/v2/events` endpoint and return a character vector of all known event names (e.g. "GW150914", "GW151226", ...).
Details
The function automatically follows pagination (the `next` link in the API response) until all pages are retrieved. It attempts a few Accept header strategies to be robust against GWOSC API variations.
Examples
if (FALSE) { # \dontrun{
events <- list_gwosc_event()
head(events)
} # }