These web services are the back-end of the MWA triggering system, described in detail Hancock et al, 2019 (https://ui.adsabs.harvard.edu/link_gateway/2019PASA...36...46H/EPRINT_PDF)
...
Given a single trigger ID, this service returns detailed information about that trigger. Currently this service only returnsĀ JSON structure, but it will be upgraded to return a web page instead.
Parameters are:
- html: No effect.
- trigger_id: The ID code of the trigger to return
- pretty: If supplied and evaluates to True, pretty-format the JSON stucture for human readability.
...