I'm sending a light ray with a laser. The ray will follow some complicated path. Sometimes, the ray will be splitted into 2 rays and each of them will follow some path.
All rays have the same destination, but they will reach there at different moments in time (probably), depending on the length of the path that they have followed.
I know the exact moment when a particular ray should get to the destination, but I need to know if it actually got there (or it has got stuck somewhere on the path).
This is why I need some device, which can tell me if there is a fluctuation in the light, at the destination point, at a given moment in time (that moment must be specified with high precision ~ 10^-9). If I have a fluctuation in the signat at that moment I know for sure that the particular ray which I was expecting has arrived there.
Thanks, Laura