How can I see the start/end times for Monday?

jq -c '.timesheet.monday|[.[]|.start_time,.end_time]' jsons/2021-07.json
jq -c '.timesheet.monday|map(.start_time,.end_time)' jsons/2021-07.json
!! > tmp/start-end-times.json