Return the full list of all parameter estimations from all pipelines for an event version.

GET /api/v2/event-versions/170423-v1/parameters?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": null,
    "results_count": 1,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "name": "gwtc1_gstlal_170423",
            "description": "na",
            "pipeline": "gstlal",
            "pipeline_type": "search",
            "waveform_family": "na",
            "is_preferred": true,
            "parameters": [
                {
                    "name": "chirp_mass",
                    "unit": "M_sun",
                    "description": "na",
                    "best": 1.17,
                    "upper_error": null,
                    "lower_error": null,
                    "is_upper_limit": false,
                    "is_lower_limit": false
                },
                {
                    "name": "far",
                    "unit": "yr^-1",
                    "description": "na",
                    "best": 6.47,
                    "upper_error": null,
                    "lower_error": null,
                    "is_upper_limit": false,
                    "is_lower_limit": false
                },
                {
                    "name": "geocent_time",
                    "unit": "",
                    "description": "na",
                    "best": 1176984663.0,
                    "upper_error": null,
                    "lower_error": null,
                    "is_upper_limit": false,
                    "is_lower_limit": false
                },
                {
                    "name": "network_matched_filter_snr",
                    "unit": "",
                    "description": "na",
                    "best": 8.9,
                    "upper_error": null,
                    "lower_error": null,
                    "is_upper_limit": false,
                    "is_lower_limit": false
                }
            ]
        }
    ]
}