TRA Almenland mit Aktivierung und zwei Verlängerungen
Das erste Ereignis aktiviert die TRA Almenland bis 11:00 UTC. Das zweite Ereignis verlängert dieselbe TRA bis 13:00 UTC. Das dritte Ereignis behält dieselbe Startzeit und verlängert die TRA bis ECET an diesem Tag, 18:49:34 UTC.
[
{
"activation_id": 10421,
"addedTimestamp": "2026-05-06 06:15:02",
"inverse": false,
"activations": [
{
"airspace": "TRA Almenland",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 11:00:00"
}
]
},
{
"activation_id": 10436,
"addedTimestamp": "2026-05-06 10:32:18",
"inverse": false,
"activations": [
{
"airspace": "TRA Almenland",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 13:00:00"
}
]
},
{
"activation_id": 10458,
"addedTimestamp": "2026-05-06 12:44:07",
"inverse": false,
"activations": [
{
"airspace": "TRA Almenland",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 18:49:34"
}
]
}
]
Mehrere TRAs in einer activation_id
Dieses Beispiel zeigt drei gemeinsam behandelte TRAs. Die activation_id 1188 aktiviert alle drei bis 12:00 UTC, 1189 verlängert alle drei bis 16:00 UTC und 1190 verlängert alle drei erneut bis ECET, 18:49 UTC. Jede Interaktion hat eine activation_id, während das activations-Array die betroffenen Lufträume enthält.
[
{
"activation_id": 1190,
"addedTimestamp": "2026-05-06 15:35:32",
"inverse": false,
"activations": [
{
"airspace": "TRA SCHOECKL",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 18:49:00"
},
{
"airspace": "TRA ALMENLAND",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 18:49:00"
},
{
"airspace": "TRA BRUCK",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 18:49:00"
}
]
},
{
"activation_id": 1189,
"addedTimestamp": "2026-05-06 10:15:21",
"inverse": false,
"activations": [
{
"airspace": "TRA SCHOECKL",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 16:00:00"
},
{
"airspace": "TRA ALMENLAND",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 16:00:00"
},
{
"airspace": "TRA BRUCK",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 16:00:00"
}
]
},
{
"activation_id": 1188,
"addedTimestamp": "2026-05-06 06:45:06",
"inverse": false,
"activations": [
{
"airspace": "TRA SCHOECKL",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 12:00:00"
},
{
"airspace": "TRA ALMENLAND",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 12:00:00"
},
{
"airspace": "TRA BRUCK",
"start": "2026-05-06 07:00:00",
"end": "2026-05-06 12:00:00"
}
]
}
]
TRA Feldkirchen mit Aktivierung und Deaktivierung
Das erste Ereignis aktiviert die TRA Feldkirchen bis 14:00 UTC. Das inverse Ereignis verkürzt die Aktivierung ab 12:30 UTC.
[
{
"activation_id": 20510,
"addedTimestamp": "2026-05-06 06:45:11",
"inverse": false,
"activations": [
{
"airspace": "TRA Feldkirchen",
"start": "2026-05-06 08:00:00",
"end": "2026-05-06 14:00:00"
}
]
},
{
"activation_id": 20528,
"addedTimestamp": "2026-05-06 11:58:44",
"inverse": true,
"activations": [
{
"airspace": "TRA Feldkirchen",
"start": "2026-05-06 12:30:00",
"end": "2026-05-06 14:00:00"
}
]
}
]