Hi @Mithat Erdogan
From your description I am assuming you have data organized for a Between Subjects design -- Multiple records per ID and each record represents an observation at each of the TRIAL and SECONDS combinations.
Likely what you need is data organized for a Within Subjects design -- A single record per ID where each field/variable represents an observation at each TRIAL and SECONDS combination.
Transforming a BETWEEN organization of your data into a WITHIN organization can be accomplished with the "Data -> Restructure . . ." wizard and the "Restructure selected cases into variables" radio button:
The command syntax underneath this wizard is the CASESTOVARS command. Here is a worked example using fake data and the GLM procedure.
I hope this helps!