Currently pg_probackup can validate WAL only within one timeline. It should be possible to validate WAL within several timelines:
t2 /--------B----
t1 -----b---A----
b - backup
A - timelines switch point
B - validation target point (time, xid or LSN)
```