Function: find
Finds the segment of a given address.
This function is safe
Parameters
address: int- the address you want to find belongs to what segment.
Return Value
Returns the Segment corresponding to the address. If it cannot find it, will return None.