In Bootstrap 3, with jQuery is there a way to sort by the index of my carousel and add custom intervals of each slide so that I can have one slide 10000ms and another 500ms
The solution given by @MattD seems to work well, alternatively you could overwrite the slide function of the carousel plugin bu using the following code:
The above enables you to set the interval per slide leveraging the data-interval attribute as shown below: