The returned value is an object of spiral reference class. The following methods might be useful:
$curve():
It returns the radius for given angles (in radians).
$spiral_length():
It returns the length of the spiral (from the origin) for a given angle (in radians), thus if you want to get the length of a spiral segment, it will be spiral$spiral_length(theta2) - spiral$spiral_length(theta1) where spiral is the spiral object.
Also there are the following meta-data for the current spiral (assume the object is named s):