This endpoint should return all the revisions performed by two users on overlapping articles for a specific wiki within a specified time range.
In other words, it should accept the following parameters:
- user: string|string|..string
- wiki
- start_date
- end_date
- limit
It should return results in whatever format will be easiest for the existing InteractionTimeline codebase to process.