Return the list of parameters found in the events table.

Use this list to filter results in the events/query endpoint.

GET /api/v2/default-parameters?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": null,
    "results_count": 13,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        "mass-1-source",
        "mass-2-source",
        "network-matched-filter-snr",
        "luminosity-distance",
        "chi-eff",
        "total-mass-source",
        "chirp-mass-source",
        "chirp-mass",
        "redshift",
        "far",
        "p-astro",
        "final-mass-source",
        "gps-time"
    ]
}