Shows matches for the systemd-units that match <name.service> and the PID number.
journalctl -b _SYSTEMD_UNIT=<name.service> _PID=<number> + _SYSTEMD_UNIT=<name2.service> - the plus is a local or here, so it shows all messages from the <name.service> with the specific PID and all messages from the <name2.service>
Can make it more general with this version: journalctl -b _SYSTEMD_UNIT=<name.service> _SYSTEMD_UNIT=<name2.service> - shows all entries matching either service.
To show a list of boots, you can do journalctl --list-boots - Shows a tabular list of boot numbers and timestamps of the first and last messages for the boot.
To get more information, need to to use: journalctl --boot=ID _SYSTEMD_UNIT=<name.service>