Database

[{history:[{starttime:1593143279079},{starttime:1593236606706}]}]

Query

db.collection.aggregate([{$project:{"history":{$filter:{input:"$history",cond:{$gte:["$$this.starttime",1593236606706]}}}}}])

Result