Here's some fake data showing how shot logs might look for a soccer match.
library(tibble)
library(dplyr)
df <- tibble::tibble(
shot_id = seq.int(1, 8),
minute = c(7, 13, 25, 30, 41, 44, 58, 78), ## doesn't matter, just for illustrative purposes