[
   {
      "id": "incidentid1",
      "slug": "testing error",
      "severity": "disruption",
      "title": "Testing error",
      "description": "Testing error. Everything is fine now",
      "start": "2017-05-13T07:00:00Z",
      "end": "2017-05-16T06:00:00Z",
      "areas": [
         "Chip city"
      ]
   },{
      "id": "incidentid2",
      "slug": "something happened",
      "severity": "disruption",
      "title": "Some incident",
      "description": "Everything is wrong",
      "start": "2016-05-13T07:00:00Z",
      "end": "2016-05-16T06:00:00Z",
      "areas": [
         "Big city"
      ]
   },{
      "id": "incidentid2",
      "slug": "something happened",
      "severity": "disruption",
      "title": "Some incident",
      "description": "Everything is wrong",
      "start": "2016-05-13T07:00:00Z",
      "end": "2016-05-16T06:00:00Z",
      "areas": [
         "Big city"
      ]
   }
]