Problems with time_window in optimization route

Hello,

I call to api trying to optimize a route. All jobs have time_window but the response give me results before that time window.

I leave an example. I can’t find out a solution, so any tip will be helpful. Thanks

{"jobs":[{"id":1,"description":"60","location":[-1.6661322,42.8136534],"service":900,"time_window":[44520,72000],"priority":1},{"id":2,"description":"19","location":[-1.6399384,42.8325274],"service":900,"time_window":[41520,72000],"priority":1},{"id":3,"description":"42","location":[-1.629294,42.8325665],"service":900,"time_window":[31680,72000],"priority":1},{"id":4,"description":"35","location":[-1.6471411,42.8269158],"service":900,"time_window":[29220,72000],"priority":1},{"id":5,"description":"54","location":[-1.636191,42.8093669],"service":900,"time_window":[44640,72000],"priority":1},{"id":6,"description":"134","location":[-1.7011579,42.8246006],"service":900,"time_window":[43980,72000],"priority":1},{"id":7,"description":"174","location":[-1.6704412,42.8027729],"service":900,"time_window":[38220,72000],"priority":1},{"id":8,"description":"22","location":[-1.6616454,42.8072312],"service":900,"time_window":[51000,72000],"priority":1}],"vehicles":[{"id":1,"description":"E","profile":"driving-car","start":[-1.6059039,42.8252519],"end":[-1.6059039,42.8252519],"time_window":[32400,72000],"speed_factor":1.5}]}

{"code":0,"summary":{"cost":3665,"unassigned":0,"service":7200,"duration":3665,"waiting_time":0,"computing_times":{"loading":95,"solving":1}},"unassigned":[],"routes":[{"vehicle":1,"cost":3665,"service":7200,"duration":3665,"waiting_time":0,"steps":[{"type":"start","location":[-1.6059039,42.8252519],"arrival":32400,"duration":0},{"type":"job","location":[-1.636191,42.8093669],"id":5,"service":900,"waiting_time":0,"job":5,"arrival":32925,"duration":525},{"type":"job","location":[-1.6616454,42.8072312],"id":8,"service":900,"waiting_time":0,"job":8,"arrival":34266,"duration":966},{"type":"job","location":[-1.6704412,42.8027729],"id":7,"service":900,"waiting_time":0,"job":7,"arrival":35377,"duration":1177},{"type":"job","location":[-1.6661322,42.8136534],"id":1,"service":900,"waiting_time":0,"job":1,"arrival":36629,"duration":1529},{"type":"job","location":[-1.7011579,42.8246006],"id":6,"service":900,"waiting_time":0,"job":6,"arrival":38146,"duration":2146},{"type":"job","location":[-1.6471411,42.8269158],"id":4,"service":900,"waiting_time":0,"job":4,"arrival":39733,"duration":2833},{"type":"job","location":[-1.6399384,42.8325274],"id":2,"service":900,"waiting_time":0,"job":2,"arrival":40833,"duration":3033},{"type":"job","location":[-1.629294,42.8325665],"id":3,"service":900,"waiting_time":0,"job":3,"arrival":41912,"duration":3212},{"type":"end","location":[-1.6059039,42.8252519],"arrival":43265,"duration":3665}]}]}