You want to jump from one anim to another immediately?
One way would be to use a blend tree and have each clip assigned a parameter value. Then thru code set the parameter to the value for the required clip.
It should jump straight to that clip and using the animator functions you can get the blend trees current clip etc.