[Watchface] Get alarm times

Hello everyone,

I'm creating my own watchface, and would like to add different "alarm icons" for different alarm times.
E.g.: if any of the alarms is set to a time earlier than 7 AM, I display an "Early Alarm" bitmap. If none of the alarms are set to a timer earlier than 7 AM, I just display an "Alarm On" bitmap. If no alarms are set, I display an "Alarm Off" bitmap.

My question: is it possible to loop through all alarms set on the device, and get the individual alarm times through the API? I found the "numberofalarms" property under System, which lists the amount of set alarms, but couldn't find anything to request the alarm properties (such as time, repeat, on/off, etc.).

Much appreciated!