Perhaps it is not the time of collision you are looking for.
2 overlap checks in 1 event.
Event
player a is overlapping Finish
player b is overlapping Finish
action
go to layout
for time tracking purposes, you could give each player its own variable: starttime, endtime
and respectively set them at each event, after which you can use them in all sorts of calculations.